1 write to ShortName
rzc (1)
CommandLine\CommandOption.cs (1)
33
ShortName
= optName;
2 references to ShortName
rzc (2)
CommandLine\CommandLineApplication.cs (1)
244
option = command.GetOptions().SingleOrDefault(opt => string.Equals(opt.
ShortName
, shortOption[0], StringComparison.Ordinal));
CommandLine\CommandOption.cs (1)
46
if (string.IsNullOrEmpty(LongName) && string.IsNullOrEmpty(
ShortName
) && string.IsNullOrEmpty(SymbolName))