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