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)
commitd37fd15d5c6388c770742610f651fe3ae16b7eb1
tree032f9fc697be179c337c90704496ac6538d9404a
parentf9380e912b105030cee06544338d6068fb7e97e7
Copy System.Diagnostics.Debug implementation from corefx
src/mscorlib/src/Interop/Windows/kernel32/Interop.OutputDebugString.cs [new file with mode: 0644]
src/mscorlib/src/System/Diagnostics/Debug.Unix.cs [new file with mode: 0644]
src/mscorlib/src/System/Diagnostics/Debug.Windows.cs [new file with mode: 0644]
src/mscorlib/src/System/Diagnostics/Debug.cs [new file with mode: 0644]