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