11 references to DotnetUserProfileFolderPath
dotnet-aot (6)
parent\dotnet\Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
98var adUpdatesFile = WorkloadAdvertisingManifestUpdater.GetAdvertisingWorkloadsFilePath(CliFolderPathCalculator.DotnetUserProfileFolderPath, featureBand);
parent\dotnet\Commands\Workload\WorkloadInfoHelper.cs (1)
50userProfileDir ??= CliFolderPathCalculator.DotnetUserProfileFolderPath;
parent\dotnet\Commands\Workload\WorkloadInstallDetector.cs (1)
57.Create(dotnetDir, sdkFeatureBand, CliFolderPathCalculator.DotnetUserProfileFolderPath)
parent\dotnet\FirstRunExperience.cs (1)
64string toolPath = Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, s_toolPathSentinelFileName);
parent\dotnet\SdkVulnerability\SdkReleaseMetadataCache.cs (1)
28Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, CacheDirectoryName),
parent\dotnet\Telemetry\TelemetryCommonProperties.cs (1)
73{ MachineId, _userLevelCacheWriter.RunWithCacheInFilePath(Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, $"{MachineIdCacheKey}.v1.dotnetUserLevelCache"), GetMachineId) },
Microsoft.DotNet.Configurer (5)
AspNetCertificateSentinel.cs (1)
20CliFolderPathCalculator.DotnetUserProfileFolderPath,
CliFolderPathCalculator.cs (2)
20public static string ToolsShimPath => Path.Combine(DotnetUserProfileFolderPath, ToolsShimFolderName); 43public static string ToolsResolverCachePath => Path.Combine(DotnetUserProfileFolderPath, ToolsResolverCacheFolderName);
FirstTimeUseNoticeSentinel.cs (1)
20CliFolderPathCalculator.DotnetUserProfileFolderPath,
UserLevelCacheWriter.cs (1)
17CliFolderPathCalculator.DotnetUserProfileFolderPath,