2 references to CommandLineApplication
GetDocument.Insider (2)
ProgramBase.cs (1)
41
var app = new
CommandLineApplication
(throwOnUnexpectedArg, continueAfterUnexpectedArg: true)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83
var command = new
CommandLineApplication
(throwOnUnexpectedArg) { Name = name, Parent = this };