4 references to ShouldUseWorkloadSetMode
dotnet (4)
Commands\Workload\Config\WorkloadConfigCommand.cs (1)
83if (shouldUseWorkloadSets ?? InstallingWorkloadCommand.ShouldUseWorkloadSetMode(_sdkFeatureBand, _dotnetPath))
Commands\Workload\InstallingWorkloadCommand.cs (2)
187var shouldUseWorkloadSetsPerInstallState = ShouldUseWorkloadSetMode(_sdkFeatureBand, _workloadRootDir); 216if (!ShouldUseWorkloadSetMode(_sdkFeatureBand, _workloadRootDir))
Commands\Workload\Update\WorkloadUpdateCommand.cs (1)
103shouldUseWorkloadSetsPerGlobalJson ?? ShouldUseWorkloadSetMode(_sdkFeatureBand, _workloadRootDir),