1 instantiation of PhysicalConsole
dotnet-sql-cache (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
23
public static IConsole Singleton { get; } = new
PhysicalConsole
();
1 reference to PhysicalConsole
dotnet-sql-cache (1)
Program.cs (1)
33
return new Program(
PhysicalConsole
.Singleton).Run(args);