1 write to _currentSdkFeatureBand
dotnet-aot (1)
parent\dotnet\Commands\Workload\WorkloadInfoHelper.cs (1)
47_currentSdkFeatureBand = new SdkFeatureBand(currentSdkReleaseVersion);
5 references to _currentSdkFeatureBand
dotnet-aot (5)
parent\dotnet\Commands\Workload\WorkloadInfoHelper.cs (5)
65WorkloadRecordRepo = workloadRecordRepo ?? CreateInstallationRecordRepository(DotnetPath, _currentSdkFeatureBand, userProfileDir); 67UserLocalPath = dotnetDir ?? (FileBasedWorkloadInstallationRecordRepositoryFactory.IsUserLocal(DotnetPath, _currentSdkFeatureBand) ? userProfileDir : DotnetPath); 110public IEnumerable<WorkloadId> InstalledSdkWorkloadIds => WorkloadRecordRepo.GetInstalledWorkloads(_currentSdkFeatureBand); 114InstalledWorkloadsCollection installedWorkloads = new(sdkWorkloadIds, $"SDK {_currentSdkFeatureBand}"); 167var useWorkloadSets = InstallStateContents.FromPath(Path.Combine(WorkloadInstallType.GetInstallStateFolder(_currentSdkFeatureBand, UserLocalPath), "default.json")).ShouldUseWorkloadSets();