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