3 references to HasValue
Wasm.Performance.ConsoleHost (3)
Scenarios\ComponentRenderingScenarioBase.cs (1)
24var numCycles = cyclesOption.HasValue() ? int.Parse(cyclesOption.Value(), CultureInfo.InvariantCulture) : 1;
Scenarios\GridScenario.cs (1)
22var gridType = _gridTypeOption.HasValue()
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
100return HasValue() ? Values[0] : null;