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