7 references to LoadNuGetSources
dotnet (7)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
117
concreteDownloader.
LoadNuGetSources
(new PackageId(_packageIdentityWithRange.Value.Id), packageSourceLocationForValidation);
NugetPackageDownloader\NuGetPackageDownloader.cs (6)
367
IEnumerable<PackageSource> packageSources =
LoadNuGetSources
(new PackageId(packageId), null, null);
382
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation, packageSourceMapping);
805
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
943
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
954
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
968
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);