19 references to DotnetUserProfileFolderPath
dotnet (13)
BuildServer\BuildServerProvider.cs (1)
78CliFolderPathCalculator.DotnetUserProfileFolderPath,
Commands\New\OptionalWorkloadProvider.cs (1)
39string userProfileDir = CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Restore\RestoringCommand.cs (1)
42userProfileDir = CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\Install\WorkloadInstallerFactory.cs (1)
49userProfileDir ??= CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
163var adUpdatesFile = GetAdvertisingWorkloadsFilePath(CliFolderPathCalculator.DotnetUserProfileFolderPath, featureBand);
Commands\Workload\Install\WorkloadResolverFactory.cs (1)
37result.UserProfileDir = CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\List\WorkloadListCommand.cs (1)
56string userProfileDir1 = userProfileDir ?? CliFolderPathCalculator.DotnetUserProfileFolderPath;
Commands\Workload\Search\WorkloadSearchVersionsCommand.cs (1)
71CliFolderPathCalculator.DotnetUserProfileFolderPath,
Commands\Workload\WorkloadInfoHelper.cs (1)
42userProfileDir ??= CliFolderPathCalculator.DotnetUserProfileFolderPath;
PerformanceLogManager.cs (1)
43Instance._perfLogRoot = Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, PerfLogRoot);
Program.cs (1)
145IFileSentinel toolPathSentinel = new FileSentinel(new FilePath(Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, ToolPathSentinelFileName)));
Telemetry\PersistenceChannel\StorageService.cs (1)
92_storageDirectoryPath = Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath,
Telemetry\TelemetryCommonProperties.cs (1)
82CliFolderPathCalculator.DotnetUserProfileFolderPath,
dotnet.Tests (1)
BuildServerTests\BuildServerProviderTests.cs (1)
77CliFolderPathCalculator.DotnetUserProfileFolderPath,
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,