1 write to Sources
NuGet.CommandLine.XPlat (1)
Commands\Package\Download\PackageDownloadCommand.cs (1)
84Sources = parserResult.GetValue(sources),
2 references to Sources
NuGet.CommandLine.XPlat (2)
Commands\Package\Download\PackageDownloadRunner.cs (2)
46IReadOnlyList<PackageSource> packageSources = GetPackageSources(args.Sources, new PackageSourceProvider(settings)); 53bool hasSourcesArg = args.Sources?.Count > 0;