1 write to Source
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
62
Source
= Source.Value,
4 references to Source
NuGet.Commands (4)
SourcesCommands\SourceRunners.cs (4)
46
if (!PathValidator.IsValidSource(args.
Source
))
60
var existingSourceWithSource = sourceProvider.GetPackageSourceBySource(args.
Source
);
66
var newPackageSource = new Configuration.PackageSource(args.
Source
, args.Name);
75
args.
Source
));