1 write to SymbolName
dotnet-user-secrets (1)
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
31
SymbolName
= optName;
4 references to SymbolName
dotnet-user-secrets (4)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
274
option = command.GetOptions().SingleOrDefault(opt => string.Equals(opt.
SymbolName
, shortOption[0], StringComparison.Ordinal));
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (3)
48
if (string.IsNullOrEmpty(LongName) && string.IsNullOrEmpty(ShortName) && string.IsNullOrEmpty(
SymbolName
))
107
if (!string.IsNullOrEmpty(
SymbolName
))
109
parts.Add($"-{
SymbolName
}");