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