17 references to DotnetUserProfileFolderPath
dotnet (12)
BuildServer\BuildServerProvider.cs (1)
78CliFolderPathCalculator.DotnetUserProfileFolderPath,
Commands\New\OptionalWorkloadProvider.cs (1)
38string userProfileDir = CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Restore\RestoringCommand.cs (1)
43userProfileDir = CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\Install\WorkloadInstallerFactory.cs (1)
63userProfileDir ??= CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
174var adUpdatesFile = GetAdvertisingWorkloadsFilePath(CliFolderPathCalculator.DotnetUserProfileFolderPath, featureBand);
Commands\Workload\Install\WorkloadResolverFactory.cs (1)
37result.UserProfileDir = CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\List\WorkloadListCommand.cs (1)
58string userProfileDir1 = userProfileDir ?? CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\Search\WorkloadSearchVersionsCommand.cs (1)
73CliFolderPathCalculator.DotnetUserProfileFolderPath,
Commands\Workload\WorkloadInfoHelper.cs (1)
41userProfileDir ??= CliFolderPathCalculator.DotnetUserProfileFolderPath;
Program.cs (1)
199string toolPath = Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, s_toolPathSentinelFileName);
SdkVulnerability\SdkReleaseMetadataCache.cs (1)
28Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, CacheDirectoryName),
Telemetry\TelemetryCommonProperties.cs (1)
72{ 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,