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); 83if (shouldUseWorkloadSets ?? InstallingWorkloadCommand.ShouldUseWorkloadSetMode(_sdkFeatureBand, _dotnetPath))