2 references to CommandLineApplication
NuGet.CommandLine.XPlat (2)
Program.cs (1)
316var app = new CommandLineApplication();
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (1)
68var command = new CommandLineApplication(throwOnUnexpectedArg) { Name = name, Parent = this };