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