1 write to Name
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)
110
var argument = new CommandArgument {
Name
= name, Description = description, MultipleValues = multipleValues };
5 references to Name
NuGet.CommandLine.XPlat (5)
Commands\Signing\SignCommand.cs (1)
156
argument.
Name
));
Commands\Signing\VerifyCommand.cs (1)
87
argument.
Name
));
src\nuget-client\artifacts\.packages\microsoft.extensions.commandlineutils.sources\3.0.0-preview6.19253.5\contentFiles\cs\netstandard1.0\shared\CommandLine\CommandLineApplication.cs (3)
106
lastArg.
Name
);
398
var maxArgLen = arguments.Max(a => a.
Name
.Length);
402
argumentsBuilder.AppendFormat(outputFormat, arg.
Name
, arg.Description);