Refresh mscorlib reference assembly based on what is in S.P.C (dotnet/coreclr#6655)
authorWes Haggard <weshaggard@users.noreply.github.com>
Mon, 8 Aug 2016 21:40:41 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 21:40:41 +0000 (14:40 -0700)
commit5bc05a8aef72d705d39d32c62d198f25a27a57f6
tree291472692872f601c7ee1a5f1e53eef5b56b74cf
parent0e64e6db6a9df07914fd851fa94b797ae6d8ce4d
Refresh mscorlib reference assembly based on what is in S.P.C (dotnet/coreclr#6655)

Split mscorlib.cs into mscorlib.manual.cs for the internal
members we needed to expose. Used the genapi tool from
https://github.com/dotnet/buildtools/tree/master/src/GenAPI.Desktop
to generate mscorlib.cs. It doesn't exactly match due to some
much easier just by running genapi against S.P.CoreLib.

Commit migrated from https://github.com/dotnet/coreclr/commit/275aa1a847dfbbb69731251037cd0fa018f2cf62
src/coreclr/src/mscorlib/facade/mscorlib.csproj
src/coreclr/src/mscorlib/facade/project.json
src/coreclr/src/mscorlib/ref/mscorlib.cs
src/coreclr/src/mscorlib/ref/mscorlib.csproj
src/coreclr/src/mscorlib/ref/mscorlib.manual.cs [new file with mode: 0644]