1 write to UserLocalPath
dotnet-aot (1)
parent\dotnet\Commands\Workload\WorkloadInfoHelper.cs (1)
67UserLocalPath = dotnetDir ?? (FileBasedWorkloadInstallationRecordRepositoryFactory.IsUserLocal(DotnetPath, _currentSdkFeatureBand) ? userProfileDir : DotnetPath);
1 reference to UserLocalPath
dotnet-aot (1)
parent\dotnet\Commands\Workload\WorkloadInfoHelper.cs (1)
167var useWorkloadSets = InstallStateContents.FromPath(Path.Combine(WorkloadInstallType.GetInstallStateFolder(_currentSdkFeatureBand, UserLocalPath), "default.json")).ShouldUseWorkloadSets();