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\CommandArgument.cs (1)
13
Values
= new List<string>();
16 references to Values
NuGet.CommandLine.XPlat (16)
Commands\DeleteCommand.cs (3)
62
if (arguments.
Values
.Count < 2)
67
string packageId = arguments.
Values
[0];
68
string packageVersion = arguments.
Values
[1];
Commands\LocalsCommand.cs (3)
52
if ((arguments.
Values
.Count < 1) || string.IsNullOrWhiteSpace(arguments.
Values
[0]))
66
var localsArgs = new LocalsArgs(arguments.
Values
,
Commands\PushCommand.cs (2)
98
if (arguments.
Values
.Count < 1)
103
IList<string> packagePaths = arguments.
Values
;
Commands\Signing\SignCommand.cs (3)
120
PackagePaths = packagePaths.
Values
,
151
if (argument.
Values
.Count == 0 ||
152
argument.
Values
.Any<string>(packagePath => string.IsNullOrEmpty(packagePath)))
Commands\Signing\VerifyCommand.cs (3)
60
args.PackagePaths = packagePaths.
Values
;
82
if (argument.
Values
.Count == 0 ||
83
argument.
Values
.Any<string>(packagePath => string.IsNullOrEmpty(packagePath)))
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandArgument.cs (1)
25
return
Values
.FirstOrDefault();
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (1)
280
arguments.Current.
Values
.Add(arg);