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)
commit60db2601faac1009f5f84d6bb3fb74fa2524431f
tree3fa6d69bd1b52311dc07a905e149d2dbda4b1140
parent8f26d89c7801c98037a67d4abb5e81d60183052b
CompilerServices APIs

[tfs-changeset: 1651141]

Commit migrated from https://github.com/dotnet/coreclr/commit/9d2a4a9f30ca6a6d0d538548f7972e2c0d8cfeb8
12 files changed:
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/CompilationRelaxations.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/CompilerGlobalScopeAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/DefaultDependencyAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/DependencyAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/DiscardableAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/FixedAddressValueTypeAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/LoadHint.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/MethodCodeType.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/MethodImplOptions.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/StringFreezingAttribute.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/Runtime/CompilerServices/SuppressIldasmAttribute.cs [new file with mode: 0644]