3 references to SingleValue
dotnet-sql-cache (3)
Program.cs (1)
102
CommandOptionType.
SingleValue
);
src\Shared\CommandLineUtils\CommandLine\CommandOption.cs (1)
72
case CommandOptionType.
SingleValue
:
src\Tools\Shared\CommandLine\CommandLineApplicationExtensions.cs (1)
34
? template.EndsWith(">...", StringComparison.Ordinal) ? CommandOptionType.MultipleValue : CommandOptionType.
SingleValue