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