Moves StackTrace to shared partition (dotnet/coreclr#21757)
authorMarek Safar <marek.safar@gmail.com>
Mon, 7 Jan 2019 16:07:37 +0000 (17:07 +0100)
committerJan Kotas <jkotas@microsoft.com>
Mon, 7 Jan 2019 16:07:37 +0000 (08:07 -0800)
commitb7b133caf162beb0065789217f5d73ac24b9c5d9
tree1fb5c2aa9e3f01adec6c7b3937deaf4280f4fd77
parentf19c2ff4eb2b1fa8decf0bd5d570c025fe39c3fb
Moves StackTrace to shared partition (dotnet/coreclr#21757)

* Moves StackTrace to shared partition

* Remove obsolete comment

* StackFrame::GetFileName behaves like property, remove SecurityException

* Adjust CoreRT ifdefs, fix names for consistency

Commit migrated from https://github.com/dotnet/coreclr/commit/d5c10c97f827354a83ef2915d31ac4e1c212662f
src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj
src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs [new file with mode: 0644]
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
src/libraries/System.Private.CoreLib/src/System/Diagnostics/StackTrace.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Stacktrace.cs with 64% similarity]