10 references to NoValue
rzc (10)
CommandLine\CommandLineApplication.cs (4)
233
else if (option.OptionType == CommandOptionType.
NoValue
)
302
else if (option.OptionType == CommandOptionType.
NoValue
)
380
OptionHelp = Option(template, "Show help information", CommandOptionType.
NoValue
);
406
OptionVersion = Option(template, "Show version information", CommandOptionType.
NoValue
);
CommandLine\CommandOption.cs (1)
77
case CommandOptionType.
NoValue
:
DiscoverCommand.cs (1)
31
UseSourceGenerator = Option("--use-source-generator", "host the Razor source generator instead of the engine", CommandOptionType.
NoValue
);
GenerateCommand.cs (3)
36
GenerateDeclaration = Option("--generate-declaration", "Generate declaration", CommandOptionType.
NoValue
);
37
SupportLocalizedComponentNames = Option("--support-localized-component-names", "support localized component names", CommandOptionType.
NoValue
);
39
UseSourceGenerator = Option("--use-source-generator", "host the Razor source generator instead of the engine", CommandOptionType.
NoValue
);
ShutdownCommand.cs (1)
15
Wait = Option("-w|--wait", "wait for shutdown", CommandOptionType.
NoValue
);