Move PInvoke interop related attributes to shared CoreLib partition
authorJan Kotas <jkotas@microsoft.com>
Sat, 9 Sep 2017 22:51:05 +0000 (15:51 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 9 Sep 2017 23:41:57 +0000 (16:41 -0700)
commit6211a9143b90edc1eadc71873555e7ab27fad18f
treed995a403236f720167f3b997b9e2afa70ee0df98
parent3580376aa1b6775bdb2f2eaab745dc50e14b089f
Move PInvoke interop related attributes to shared CoreLib partition

[tfs-changeset: 1673253]
13 files changed:
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Runtime/ExceptionServices/HandleProcessCorruptedStateExceptionsAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/BestFitMappingAttribute.cs
src/mscorlib/shared/System/Runtime/InteropServices/DefaultCharSetAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/DefaultDllImportSearchPathsAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/DllImportAttribute.cs
src/mscorlib/shared/System/Runtime/InteropServices/DllImportSearchPath.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/FieldOffsetAttribute.cs
src/mscorlib/shared/System/Runtime/InteropServices/MarshalAsAttribute.cs
src/mscorlib/shared/System/Runtime/InteropServices/OptionalAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/PreserveSigAttribute.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/StructLayoutAttribute.cs
src/mscorlib/shared/System/Runtime/InteropServices/UnmanagedFunctionPointerAttribute.cs