1 write to _sdkFeatureBand
dotnet (1)
Commands\Workload\Config\WorkloadConfigCommand.cs (1)
43
_sdkFeatureBand
= new SdkFeatureBand(_sdkVersion);
4 references to _sdkFeatureBand
dotnet (4)
Commands\Workload\Config\WorkloadConfigCommand.cs (4)
44
_workloadInstaller = WorkloadInstallerFactory.GetWorkloadInstaller(Reporter,
_sdkFeatureBand
, creationResult.WorkloadResolver, Verbosity, creationResult.UserProfileDir, VerifySignatures, PackageDownloader, creationResult.DotnetPath);
64
_workloadInstaller.UpdateInstallMode(
_sdkFeatureBand
, true);
75
_workloadInstaller.UpdateInstallMode(
_sdkFeatureBand
, false);
80
if (shouldUseWorkloadSets ?? WorkloadManifestUpdater.ShouldUseWorkloadSetMode(
_sdkFeatureBand
, _dotnetPath))