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