Move files to shared partition (#13870)
authorJan Kotas <jkotas@microsoft.com>
Sat, 9 Sep 2017 01:16:01 +0000 (18:16 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Sep 2017 01:16:01 +0000 (18:16 -0700)
commit2b532ae967e23ea478d9ffdd684f387c99602b3d
tree621ddb98c21541117147b03d2c8bfad8998a24b3
parent3fc4180f8e0bf71e09a54f0f95ec7ec6a4f492f2
Move files to shared partition (#13870)

Moved pseudo-custom attribute reflection helpers from attribute definitions to reflection to prepare attribute definitions to be moved to shared partition.
31 files changed:
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Collections/ObjectModel/Collection.cs [new file with mode: 0644]
src/mscorlib/shared/System/Collections/ObjectModel/ReadOnlyCollection.cs [new file with mode: 0644]
src/mscorlib/shared/System/NonSerializedAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/CustomConstantAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/DateTimeConstantAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/DecimalConstantAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/CompilerServices/MethodImplAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/BestFitMappingAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/DllImportAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/FieldOffsetAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/InAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/MarshalAsAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/OutAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/StructLayoutAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/SerializableAttribute.cs [new file with mode: 0644]
src/mscorlib/src/System/Collections/ObjectModel/Collection.cs [deleted file]
src/mscorlib/src/System/Collections/ObjectModel/ReadOnlyCollection.cs [deleted file]
src/mscorlib/src/System/NonSerializedAttribute.cs [deleted file]
src/mscorlib/src/System/Reflection/CustomAttribute.cs
src/mscorlib/src/System/Reflection/Emit/DynamicMethod.cs
src/mscorlib/src/System/Reflection/RuntimeParameterInfo.cs
src/mscorlib/src/System/RtType.cs
src/mscorlib/src/System/Runtime/CompilerServices/CustomConstantAttribute.cs [deleted file]
src/mscorlib/src/System/Runtime/CompilerServices/DateTimeConstantAttribute.cs [deleted file]
src/mscorlib/src/System/Runtime/CompilerServices/DecimalConstantAttribute.cs [deleted file]
src/mscorlib/src/System/Runtime/CompilerServices/MethodImplAttribute.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/Attributes.cs
src/mscorlib/src/System/Runtime/Reliability/PrePrepareMethodAttribute.cs [deleted file]
src/mscorlib/src/System/SerializableAttribute.cs [deleted file]