1 write to MultipleValues
NuGet.CommandLine.XPlat (1)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (1)
110var argument = new CommandArgument { Name = name, Description = description, MultipleValues = multipleValues };
2 references to MultipleValues
NuGet.CommandLine.XPlat (2)
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (2)
103if (lastArg != null && lastArg.MultipleValues) 539if (Current == null || !Current.MultipleValues)