7 references to LoadNuGetSources
dotnet (6)
NugetPackageDownloader\NuGetPackageDownloader.cs (6)
271
IEnumerable<PackageSource> packageSources =
LoadNuGetSources
(new PackageId(packageId), null, null);
286
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation, packageSourceMapping);
629
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
767
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
778
IEnumerable<PackageSource> packagesSources =
LoadNuGetSources
(packageId, packageSourceLocation);
792
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);