2 references to CommandLineApplication
dotnet-sql-cache (2)
Program.cs (1)
42
var app = new
CommandLineApplication
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83
var command = new
CommandLineApplication
(throwOnUnexpectedArg) { Name = name, Parent = this };