1 write to Values
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\CommandOption.cs (1)
16Values = new List<string>();
15 references to Values
NuGet.CommandLine.XPlat (15)
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (4)
98Frameworks = CommandLineUtility.SplitAndJoinAcrossMultipleValues(frameworks.Values), 99Sources = CommandLineUtility.SplitAndJoinAcrossMultipleValues(sources.Values), 107PackageId = id.Values[0] 130if (arg.Values.Count < 1)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (2)
121var sources = source.Values; 135framework.Values,
Commands\PackageReferenceCommands\RemovePackageReferenceCommand.cs (1)
67if (arg.Values.Count < 1)
Commands\Signing\TrustedSignersCommand.cs (1)
265Owners = CommandLineUtility.SplitAndJoinAcrossMultipleValues(owners?.Values),
Commands\Signing\VerifyCommand.cs (1)
64args.CertificateFingerprint = fingerPrint.Values;
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandOption.cs (6)
70Values.Add(value); 73if (Values.Any()) 77Values.Add(value); 85Values.Add("on"); 95return Values.Any(); 100return HasValue() ? Values[0] : null;