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