1 write to OptionType
Wasm.Performance.ConsoleHost (1)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
15
OptionType
= optionType;
3 references to OptionType
Wasm.Performance.ConsoleHost (3)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
239
else if (option.
OptionType
== CommandOptionType.NoValue)
308
else if (option.
OptionType
== CommandOptionType.NoValue)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
67
switch (
OptionType
)