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)
65
WorkloadRecordRepo = workloadRecordRepo ?? CreateInstallationRecordRepository(DotnetPath,
_currentSdkFeatureBand
, userProfileDir);
67
UserLocalPath = dotnetDir ?? (FileBasedWorkloadInstallationRecordRepositoryFactory.IsUserLocal(DotnetPath,
_currentSdkFeatureBand
) ? userProfileDir : DotnetPath);
110
public IEnumerable<WorkloadId> InstalledSdkWorkloadIds => WorkloadRecordRepo.GetInstalledWorkloads(
_currentSdkFeatureBand
);
114
InstalledWorkloadsCollection installedWorkloads = new(sdkWorkloadIds, $"SDK {
_currentSdkFeatureBand
}");
167
var useWorkloadSets = InstallStateContents.FromPath(Path.Combine(WorkloadInstallType.GetInstallStateFolder(
_currentSdkFeatureBand
, UserLocalPath), "default.json")).ShouldUseWorkloadSets();