1 write to Name
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
406
Name
= name.Value,
5 references to Name
NuGet.Commands (5)
SourcesCommands\SourceRunners.cs (5)
263
var existingSource = sourceProvider.GetPackageSourceByName(args.
Name
);
267
throw new CommandException(Strings.SourcesCommandNoMatchingSourcesFound, args.
Name
);
302
Strings.SourcesCommandClearingExistingAuthTypes, args.
Name
));
306
args.
Name
,
322
Strings.SourcesCommandUpdateSuccessful, args.
Name
));