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