Moving MissingFieldException (fully) and MissingMethodException (partially) to shared...
authorMaryam Ariyan <maryam.ariyan@microsoft.com>
Thu, 31 May 2018 02:55:47 +0000 (19:55 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 31 May 2018 02:55:47 +0000 (19:55 -0700)
commit5d8cdfe45b8f3c68f6a9f1c0679f941b506f6757
tree229a36ea812e55d7fbd912fd75d82cc9fec5c848
parentb1e39a871872acfcd883d510b8660ddeb8773548
Moving MissingFieldException (fully) and MissingMethodException (partially) to shared (#18207)
src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/MissingFieldException.cs [moved from src/System.Private.CoreLib/src/System/MissingFieldException.cs with 71% similarity]
src/System.Private.CoreLib/shared/System/MissingMemberException.cs [moved from src/System.Private.CoreLib/src/System/MissingMemberException.cs with 74% similarity]
src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Diagnostics/Stacktrace.cs
src/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.cs [new file with mode: 0644]
src/System.Private.CoreLib/src/System/Runtime/MemoryFailPoint.cs
src/System.Private.CoreLib/src/System/ThrowHelper.cs
src/System.Private.CoreLib/src/System/TypeLoadException.cs