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