2 writes to Name
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
63
Name
= name.Value(),
NuGet.Commands (1)
SourcesCommands\SourceRunners.cs (1)
34
args.
Name
= defaultNameToUse;
6 references to Name
NuGet.Commands (6)
SourcesCommands\SourceRunners.cs (6)
23
if (string.IsNullOrEmpty(args.
Name
))
40
else if (string.Equals(args.
Name
, Strings.ReservedPackageNameAll, StringComparison.Ordinal))
54
var existingSourceWithName = sourceProvider.GetPackageSourceByName(args.
Name
);
66
var newPackageSource = new Configuration.PackageSource(args.Source, args.
Name
);
81
args.
Name
,
96
Strings.SourcesCommandSourceAddedSuccessfully, args.
Name
));