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)
375
IEnumerable<PackageSource> packageSources =
LoadNuGetSources
(new PackageId(packageId), null, null);
390
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation, packageSourceMapping);
816
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
958
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
969
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
983
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);