7 references to LoadNuGetSources
dotnet (7)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
117concreteDownloader.LoadNuGetSources(new PackageId(_packageIdentityWithRange.Value.Id), packageSourceLocationForValidation);
NugetPackageDownloader\NuGetPackageDownloader.cs (6)
375IEnumerable<PackageSource> packageSources = LoadNuGetSources(new PackageId(packageId), null, null); 390IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation, packageSourceMapping); 816IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation); 958IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation); 969IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation); 983IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation);