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