7 references to LoadNuGetSources
dotnet (6)
NugetPackageDownloader\NuGetPackageDownloader.cs (6)
271IEnumerable<PackageSource> packageSources = LoadNuGetSources(new PackageId(packageId), null, null); 286IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation, packageSourceMapping); 629IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation); 767IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation); 778IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation); 792IEnumerable<PackageSource> packagesSources = LoadNuGetSources(packageId, packageSourceLocation);
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
126var sources = nuGetPackageDownloader.LoadNuGetSources(new Cli.ToolPackage.PackageId(PackageId), packageSourceLocation);