68 references to CommandLineApplication
Microsoft.AspNetCore.Shared.Tests (68)
CommandLineApplicationTests.cs (67)
19var app = new CommandLineApplication(); 40var app = new CommandLineApplication(); 61var app = new CommandLineApplication(); 81var app = new CommandLineApplication(); 102var app = new CommandLineApplication(); 121var app = new CommandLineApplication(); 141var app = new CommandLineApplication(); 161var app = new CommandLineApplication(); 175var app = new CommandLineApplication(); 195var app = new CommandLineApplication(); 214var app = new CommandLineApplication(); 235var app = new CommandLineApplication(); 254var app = new CommandLineApplication(); 269var app = new CommandLineApplication(); 286var app = new CommandLineApplication(); 299var app = new CommandLineApplication(); 312var app = new CommandLineApplication(); 325var app = new CommandLineApplication(); 339var app = new CommandLineApplication(throwOnUnexpectedArg: false); 353var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 368var app = new CommandLineApplication(throwOnUnexpectedArg: false); 383var app = new CommandLineApplication(throwOnUnexpectedArg: false); 396var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 411var app = new CommandLineApplication(throwOnUnexpectedArg: false); 426var app = new CommandLineApplication(); 441var app = new CommandLineApplication(); 459var app = new CommandLineApplication(throwOnUnexpectedArg: false); 472var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 487var app = new CommandLineApplication(throwOnUnexpectedArg: false); 502var app = new CommandLineApplication(throwOnUnexpectedArg: false); 515var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 530var app = new CommandLineApplication(throwOnUnexpectedArg: false); 545var app = new CommandLineApplication(throwOnUnexpectedArg: false); 559var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 574var app = new CommandLineApplication(throwOnUnexpectedArg: false); 589var app = new CommandLineApplication(throwOnUnexpectedArg: false); 605var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 622var app = new CommandLineApplication(throwOnUnexpectedArg: false); 636var app = new CommandLineApplication(); 651var app = new CommandLineApplication(); 669var app = new CommandLineApplication(); 684var app = new CommandLineApplication(); 703var app = new CommandLineApplication(); 719var app = new CommandLineApplication(); 741var app = new CommandLineApplication(); 763var app = new CommandLineApplication(throwOnUnexpectedArg: false); 778var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 793var app = new CommandLineApplication(); 822var app = new CommandLineApplication(); 835var app = new CommandLineApplication(); 859var app = new CommandLineApplication(); 912var app = new CommandLineApplication(throwOnUnexpectedArg: false) 942var app = new CommandLineApplication(throwOnUnexpectedArg: false); 969var app = new CommandLineApplication(throwOnUnexpectedArg: false); 996var app = new CommandLineApplication(throwOnUnexpectedArg: false, continueAfterUnexpectedArg: true); 1015var app = new CommandLineApplication() 1042var app = new CommandLineApplication 1055var app = new CommandLineApplication(throwOnUnexpectedArg: false) 1067var app = new CommandLineApplication() 1090var app = new CommandLineApplication { Out = outWriter }; 1114var app = new CommandLineApplication(); 1127var app = new CommandLineApplication(); 1140var app = new CommandLineApplication(); 1152var app = new CommandLineApplication(); 1163var app = new CommandLineApplication(); 1184var app = new CommandLineApplication(treatUnmatchedOptionsAsArguments: true); 1212var app = new CommandLineApplication(treatUnmatchedOptionsAsArguments: false);
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
83var command = new CommandLineApplication(throwOnUnexpectedArg) { Name = name, Parent = this };