2 references to CommandLineApplication
NuGet.CommandLine.XPlat (2)
Program.cs (1)
316
var 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)
68
var command = new
CommandLineApplication
(throwOnUnexpectedArg) { Name = name, Parent = this };