Move part of RuntimeHelpers to shared partition (dotnet/coreclr#23130)
authorMarek Safar <marek.safar@gmail.com>
Sat, 9 Mar 2019 05:32:53 +0000 (06:32 +0100)
committerJan Kotas <jkotas@microsoft.com>
Sat, 9 Mar 2019 05:32:53 +0000 (21:32 -0800)
commit234c9ec8b22719222c3be22375d3d9a111ed89a7
treedb12ac51a02e17e5a4c9c278dbb27cae5b74502f
parent64a7fbcc0d6ea02c9aab0601b4232b50d6d6d8e8
Move part of RuntimeHelpers to shared partition (dotnet/coreclr#23130)

* Move part of RuntimeHelpers to shared partition

* Remove FormatterServices.cs

Commit migrated from https://github.com/dotnet/coreclr/commit/ed505143f888a16402d0ce891412cdf4f2cb4724
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Serialization/FormatterServices.cs [deleted file]
src/coreclr/src/vm/ecalllist.h
src/coreclr/src/vm/reflectioninvocation.cpp
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.cs [new file with mode: 0644]