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