1 write to ShortName
Wasm.Performance.ConsoleHost (1)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
35
ShortName
= optName;
2 references to ShortName
Wasm.Performance.ConsoleHost (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
250
option = command.GetOptions().SingleOrDefault(opt => string.Equals(opt.
ShortName
, shortOption[0], StringComparison.Ordinal));
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
48
if (string.IsNullOrEmpty(LongName) && string.IsNullOrEmpty(
ShortName
) && string.IsNullOrEmpty(SymbolName))