Move SynchronizationContext to shared partition (dotnet/coreclr#22389)
authorMarek Safar <marek.safar@gmail.com>
Tue, 5 Feb 2019 03:43:10 +0000 (04:43 +0100)
committerJan Kotas <jkotas@microsoft.com>
Tue, 5 Feb 2019 03:43:10 +0000 (19:43 -0800)
commit1279b7fb13844a0abe064fa930d983015154bf4a
treeb8bd8fa0f183a4d83192d1089f0ae91e70940426
parent369feed07f28b7742c1f019f9c53f0a3cc4f2d83
Move SynchronizationContext to shared partition (dotnet/coreclr#22389)

* Move SynchronizationContext to shared partition

* Move WaitHelperNative to WaitHandle

Commit migrated from https://github.com/dotnet/coreclr/commit/382dbe4ba82f57a138484e0c5052c3b8606c1294
14 files changed:
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.CoreCLR.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.Uap.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.cs [deleted file]
src/coreclr/src/System.Private.CoreLib/src/System/Threading/WaitHandle.cs
src/coreclr/src/vm/comwaithandle.cpp
src/coreclr/src/vm/comwaithandle.h
src/coreclr/src/vm/ecalllist.h
src/coreclr/src/vm/mscorlib.h
src/coreclr/src/vm/object.h
src/coreclr/src/vm/synchronizationcontextnative.cpp
src/coreclr/src/vm/synchronizationcontextnative.h
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Threading/SynchronizationContext.cs [new file with mode: 0644]