1 instantiation of PhysicalConsole
dotnet-getdocument (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
23public static IConsole Singleton { get; } = new PhysicalConsole();
1 reference to PhysicalConsole
dotnet-getdocument (1)
src\Tools\GetDocumentInsider\src\ProgramBase.cs (1)
25var console = PhysicalConsole.Singleton;