Move SafeBuffer and a few other files to shared CoreLib partition (#15141)
authorJan Kotas <jkotas@microsoft.com>
Tue, 21 Nov 2017 19:20:00 +0000 (11:20 -0800)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2017 19:20:00 +0000 (11:20 -0800)
commit60222780cde77346bff1eb8979846769c223f833
tree4185790997bcb331ca9701fad7d30a891897a6d8
parent87fb7de212e7448638579d65c2f5574aa333bddd
Move SafeBuffer and a few other files to shared CoreLib partition (#15141)
14 files changed:
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/Runtime/ExceptionServices/ExceptionNotification.cs [new file with mode: 0644]
src/mscorlib/shared/System/Runtime/InteropServices/MarshalDirectiveException.cs [moved from src/mscorlib/src/System/Runtime/InteropServices/MarshalDirectiveException.cs with 100% similarity]
src/mscorlib/shared/System/Runtime/InteropServices/SafeBuffer.cs [moved from src/mscorlib/src/System/Runtime/InteropServices/SafeBuffer.cs with 78% similarity]
src/mscorlib/shared/System/Text/Normalization.Unix.cs [moved from src/mscorlib/src/System/Text/Normalization.Unix.cs with 100% similarity]
src/mscorlib/shared/System/Threading/Tasks/TaskCompletionSource.cs [moved from src/mscorlib/src/System/Threading/Tasks/TaskCompletionSource.cs with 100% similarity]
src/mscorlib/src/System/Runtime/ExceptionServices/ExceptionDispatchInfo.cs [moved from src/mscorlib/src/System/Runtime/ExceptionServices/ExceptionServicesCommon.cs with 100% similarity]
src/mscorlib/src/System/Runtime/ExceptionServices/ExceptionNotification.cs [deleted file]
src/mscorlib/src/System/Runtime/InteropServices/ITypeLibConverter.cs [deleted file]
src/vm/ecalllist.h
src/vm/nativeoverlapped.h
src/vm/object.h
src/vm/safehandle.cpp