1 write to Options
Wasm.Performance.ConsoleHost (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
39
Options
= new List<CommandOption>();
5 references to Options
Wasm.Performance.ConsoleHost (5)
Scenarios\ComponentRenderingScenarioBase.cs (1)
20
Options
.Add(cyclesOption);
Scenarios\GridScenario.cs (1)
17
Options
.Add(_gridTypeOption);
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (3)
69
var expr =
Options
.AsEnumerable();
74
expr = expr.Concat(rootNode.
Options
.Where(o => o.Inherited));
105
Options
.Add(option);