1 write to _sdkFeatureBand
dotnet (1)
Commands\Workload\Config\WorkloadConfigCommand.cs (1)
46
_sdkFeatureBand
= new SdkFeatureBand(_sdkVersion);
4 references to _sdkFeatureBand
dotnet (4)
Commands\Workload\Config\WorkloadConfigCommand.cs (4)
47
_workloadInstaller = WorkloadInstallerFactory.GetWorkloadInstaller(Reporter,
_sdkFeatureBand
, creationResult.WorkloadResolver, Verbosity, creationResult.UserProfileDir, VerifySignatures, PackageDownloader, creationResult.DotnetPath);
67
_workloadInstaller.UpdateInstallMode(
_sdkFeatureBand
, true);
78
_workloadInstaller.UpdateInstallMode(
_sdkFeatureBand
, false);
83
if (shouldUseWorkloadSets ?? InstallingWorkloadCommand.ShouldUseWorkloadSetMode(
_sdkFeatureBand
, _dotnetPath))