21 references to PackageSourceLocation
dotnet-aot (21)
parent\dotnet\Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (2)
48PackageSourceLocation? packageSourceLocation = null, 58private readonly PackageSourceLocation? _packageSourceLocation = packageSourceLocation;
parent\dotnet\NugetPackageDownloader\INuGetPackageDownloader.cs (6)
17PackageSourceLocation packageSourceLocation = null, 25PackageSourceLocation packageSourceLocation = null, 31PackageSourceLocation packageSourceLocation = null, 36PackageSourceLocation packageSourceLocation = null, 41PackageSourceLocation packageSourceLocation = null); 45PackageSourceLocation packageSourceLocation = null);
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (13)
159PackageSourceLocation packageSourceLocation = null, 301PackageSourceLocation packageSourceLocation = null, 381PackageSourceLocation packageSourceLocation = null, 453private IEnumerable<PackageSource> LoadOverrideSources(PackageSourceLocation packageSourceLocation = null) 476private void ValidateSourceMappingCompatibility(PackageSourceLocation sourceLocation, PackageSourceMapping mapping) 495private List<PackageSource> LoadDefaultSources(PackageId packageId, PackageSourceLocation packageSourceLocation = null, PackageSourceMapping packageSourceMapping = null) 571public IEnumerable<PackageSource> LoadNuGetSources(PackageId packageId, PackageSourceLocation packageSourceLocation = null, PackageSourceMapping packageSourceMapping = null) 797PackageSourceLocation packageSourceLocation = null) 811PackageSourceLocation packageSourceLocation = null) 949PackageSourceLocation packageSourceLocation = null, 955public async Task<IEnumerable<NuGetVersion>> GetLatestPackageVersions(PackageId packageId, int numberOfResults, PackageSourceLocation packageSourceLocation = null, bool includePreview = false) 965public async Task<IEnumerable<string>> GetPackageIdsAsync(string idStem, bool allowPrerelease, PackageSourceLocation packageSourceLocation = null, CancellationToken cancellationToken = default) 980public async Task<IEnumerable<NuGetVersion>> GetPackageVersionsAsync(PackageId packageId, string versionPrefix = null, bool allowPrerelease = false, PackageSourceLocation packageSourceLocation = null, CancellationToken cancellationToken = default)