1 write to Source
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
407
Source
= source.Value(),
6 references to Source
NuGet.Commands (6)
SourcesCommands\SourceRunners.cs (6)
270
if (!string.IsNullOrEmpty(args.
Source
) && !existingSource.Source.Equals(args.
Source
, StringComparison.OrdinalIgnoreCase))
272
if (!PathValidator.IsValidSource(args.
Source
))
278
var duplicateSource = sourceProvider.GetPackageSourceBySource(args.
Source
);
284
existingSource = new Configuration.PackageSource(args.
Source
, existingSource.Name);
290
throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Strings.Error_HttpSource_Single, "update source", args.
Source
));