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