Move GCSettings to shared (dotnet/coreclr#22483)
authorStephen Toub <stoub@microsoft.com>
Fri, 8 Feb 2019 16:57:48 +0000 (11:57 -0500)
committerJan Kotas <jkotas@microsoft.com>
Fri, 8 Feb 2019 16:57:48 +0000 (08:57 -0800)
commit2c2fc70d2ec95cd878b124badfd1f5d1d7fccdf1
treedbbbb23b92e4ffd8a554ab3e9807da2e0dda81e7
parentc954350b199c4a0f51d3c4960e391561d8d3bd6e
Move GCSettings to shared (dotnet/coreclr#22483)

Mainly just type definitions and error handling that gets shared.

Commit migrated from https://github.com/dotnet/coreclr/commit/13ae47e082c7ca0da9d4d8d99c29a83da052e1c7
src/coreclr/src/System.Private.CoreLib/Resources/Strings.resx
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/GC.cs
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/GCSettings.CoreCLR.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/GcSettings.cs [deleted file]
src/coreclr/src/vm/ecalllist.h
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Runtime/GCSettings.cs [new file with mode: 0644]