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