CompilerServices APIs
authorFadi Hanna <fadim@microsoft.com>
Thu, 16 Mar 2017 23:10:28 +0000 (16:10 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Fri, 17 Mar 2017 16:42:34 +0000 (16:42 +0000)
commit9d2a4a9f30ca6a6d0d538548f7972e2c0d8cfeb8
tree161067da17f55407f285508a83419109883fe770
parente93885ed5ecf92c74056d5489add26dbcd527f1b
CompilerServices APIs

[tfs-changeset: 1651141]
12 files changed:
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Runtime/CompilerServices/CompilationRelaxations.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/CompilerGlobalScopeAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/DefaultDependencyAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/DependencyAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/DiscardableAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/FixedAddressValueTypeAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/LoadHint.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/MethodCodeType.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/MethodImplOptions.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/StringFreezingAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/SuppressIldasmAttribute.cs [new file with mode: 0644]