Move Exception to shared partition (dotnet/coreclr#23361)
authorMarek Safar <marek.safar@gmail.com>
Fri, 22 Mar 2019 20:16:41 +0000 (21:16 +0100)
committerJan Kotas <jkotas@microsoft.com>
Fri, 22 Mar 2019 20:16:41 +0000 (13:16 -0700)
commit233c50fabeaea4c9b47ce66382df32dda2ade9a1
tree709f669a7f34ec389d12224484eeeca8513e4c7e
parent8caa70b33015460c3f1de061a2099d6fb67cf788
Move Exception to shared partition (dotnet/coreclr#23361)

* Move Exception to shared partition

* Remove class name caching

* Not useful comments removal

Commit migrated from https://github.com/dotnet/coreclr/commit/a63da9e80defe0187d8ee59b9732a978ce4c493e
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Exception.cs with 65% similarity]
src/coreclr/src/vm/mscorlib.h
src/coreclr/src/vm/object.h
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Exception.cs [new file with mode: 0644]