13 references to NoValue
dotnet-dev-certs (13)
Program.cs (6)
77CommandOptionType.NoValue); 82CommandOptionType.NoValue); 87CommandOptionType.NoValue); 102CommandOptionType.NoValue); 106CommandOptionType.NoValue); 110CommandOptionType.NoValue);
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
239else if (option.OptionType == CommandOptionType.NoValue) 308else if (option.OptionType == CommandOptionType.NoValue) 386OptionHelp = Option(template, "Show help information", CommandOptionType.NoValue); 412OptionVersion = Option(template, "Show version information", CommandOptionType.NoValue);
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
79case CommandOptionType.NoValue:
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (2)
16=> app.Option("-v|--verbose", "Show verbose output", CommandOptionType.NoValue, inherited: true); 35: CommandOptionType.NoValue);