Copy System.Diagnostics.Debug implementation from corefx
authorJan Kotas <jkotas@microsoft.com>
Fri, 31 Mar 2017 18:18:51 +0000 (11:18 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 31 Mar 2017 18:18:51 +0000 (11:18 -0700)
commit31b9a5cc225487498c3ccbe877bc8b131b08d39b
treee123a6215ce14ecc9a2a410a06fe7d9388162d39
parent617506e413f99c8d8a6e8b6268dcc69434b970e4
Copy System.Diagnostics.Debug implementation from corefx

Commit migrated from https://github.com/dotnet/coreclr/commit/d37fd15d5c6388c770742610f651fe3ae16b7eb1
src/coreclr/src/mscorlib/src/Interop/Windows/kernel32/Interop.OutputDebugString.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Diagnostics/Debug.Unix.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Diagnostics/Debug.Windows.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/src/System/Diagnostics/Debug.cs [new file with mode: 0644]