3 references to ShouldUseWorkloadSetMode
dotnet (3)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
115
await UpdateAdvertisingManifestsAsync(false,
ShouldUseWorkloadSetMode
(_sdkFeatureBand, _userProfileDir));
Commands\Workload\InstallingWorkloadCommand.cs (1)
182
return WorkloadManifestUpdater.
ShouldUseWorkloadSetMode
(sdkFeatureBand, dotnetDir);
Commands\Workload\List\WorkloadListCommand.cs (1)
83
WorkloadManifestUpdater.
ShouldUseWorkloadSetMode
(_workloadListHelper._currentSdkFeatureBand, _workloadListHelper.UserLocalPath);