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