1 write to Commands
Wasm.Performance.ConsoleHost (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
41
Commands
= new List<CommandLineApplication>();
5 references to Commands
Wasm.Performance.ConsoleHost (5)
Program.cs (1)
24
Commands
.Add(new GridScenario());
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
84
Commands
.Add(command);
331
foreach (var subcommand in command.
Commands
)
455
target =
Commands
.SingleOrDefault(cmd => string.Equals(cmd.Name, commandName, StringComparison.OrdinalIgnoreCase));
505
var commands = target.
Commands
.Where(c => c.ShowInHelpText).ToList();