1 write to Source
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
51
Source
= parseResult.GetValue(sourceArg),
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
));