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