Moving common logic of StackFrame into shared (dotnet/coreclr#18134)
authorMaryam Ariyan <maryam.ariyan@microsoft.com>
Tue, 29 May 2018 23:13:13 +0000 (16:13 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 29 May 2018 23:13:13 +0000 (16:13 -0700)
commit8931b644c1aadf5b8851d8167bd116dfda768cf9
tree0f0d30ccc1336d32206119207ce1a05e387e3213
parent012904325bdd340f845f0852210b5e590bbffad4
Moving common logic of StackFrame into shared (dotnet/coreclr#18134)

Related to: dotnet/coreclr#9474

Commit migrated from https://github.com/dotnet/coreclr/commit/98c22a44ceab4f54607df65ef200e7bf7acb6145
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs [new file with mode: 0644]
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Stackframe.cs [deleted file]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Diagnostics/StackFrame.cs [new file with mode: 0644]