Make Debugger class static (dotnet/coreclr#11439)
authorJustin Van Patten <jvp@justinvp.com>
Mon, 8 May 2017 03:42:41 +0000 (20:42 -0700)
committerJan Kotas <jkotas@microsoft.com>
Mon, 8 May 2017 03:42:41 +0000 (20:42 -0700)
commit54728df3746240c54aa9f4a94fdf30098bd3209e
treee4ab41b1c3651ec194fc14d3d5b50ae5202b03f3
parentb912984d26c7d2d2166a3d23f8b395228650fdbf
Make Debugger class static (dotnet/coreclr#11439)

* Make Debugger class static

It's static in the .NET Standard and .NET Core refs, and in CoreRT's
implementation, so make it static in the CoreCLR implementation as well.
Also, minor cleanup while making changes here.

Commit migrated from https://github.com/dotnet/coreclr/commit/487cb23e80d8cc02e21f1497d1c3c16b5ff1f367
src/coreclr/src/mscorlib/src/System/Diagnostics/Debugger.cs