2 implementations of GetManifestPackageDownloadsAsync
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
266
public async Task<IEnumerable<WorkloadDownload>>
GetManifestPackageDownloadsAsync
(bool includePreviews, SdkFeatureBand providedSdkFeatureBand, SdkFeatureBand installedSdkFeatureBand)
dotnet.Tests (1)
CommandTests\Workload\Install\MockWorkloadManifestUpdater.cs (1)
59
public Task<IEnumerable<WorkloadDownload>>
GetManifestPackageDownloadsAsync
(bool includePreviews, SdkFeatureBand providedSdkFeatureBand, SdkFeatureBand installedSdkFeatureBand)
1 reference to GetManifestPackageDownloadsAsync
dotnet (1)
Commands\Workload\InstallingWorkloadCommand.cs (1)
384
var manifestDownloads = await _workloadManifestUpdater.
GetManifestPackageDownloadsAsync
(includePreview, new SdkFeatureBand(_targetSdkVersion), _sdkFeatureBand);