1 instantiation of PhysicalConsole
dotnet-dev-certs (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
23public static IConsole Singleton { get; } = new PhysicalConsole();
1 reference to PhysicalConsole
dotnet-dev-certs (1)
Program.cs (1)
116var reporter = new ConsoleReporter(PhysicalConsole.Singleton, verbose.HasValue(), quiet.HasValue());