1 write to MultipleValues
dotnet-dev-certs (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
127var argument = new CommandArgument { Name = name, Description = description, MultipleValues = multipleValues };
2 references to MultipleValues
dotnet-dev-certs (2)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (2)
118if (lastArg != null && lastArg.MultipleValues) 633if (Current == null || !Current.MultipleValues)