15 references to CliFolderPathCalculator
dotnet-aot (10)
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\ShellShim\EnvironmentPathFactory.cs (3)
38CliFolderPathCalculator.ToolsShimPathInUnix, 46executablePath: CliFolderPathCalculator.ToolsShimPathInUnix, 63executablePath: CliFolderPathCalculator.ToolsShimPathInUnix,
parent\dotnet\Telemetry\TelemetryCommonProperties.cs (1)
73{ MachineId, _userLevelCacheWriter.RunWithCacheInFilePath(Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, $"{MachineIdCacheKey}.v1.dotnetUserLevelCache"), GetMachineId) },
parent\dotnet\ToolPackage\LocalToolsResolverCache.cs (1)
28cacheDirectory ?? new DirectoryPath(Path.Combine(CliFolderPathCalculator.ToolsResolverCachePath));
Microsoft.DotNet.Configurer (3)
AspNetCertificateSentinel.cs (1)
20CliFolderPathCalculator.DotnetUserProfileFolderPath,
FirstTimeUseNoticeSentinel.cs (1)
20CliFolderPathCalculator.DotnetUserProfileFolderPath,
UserLevelCacheWriter.cs (1)
17CliFolderPathCalculator.DotnetUserProfileFolderPath,
Microsoft.TemplateEngine.Cli (2)
Commands\CliPathInfo.cs (2)
27UserProfileDir = CliFolderPathCalculator.DotnetHomePath; 44? Path.Combine(CliFolderPathCalculator.DotnetHomePath, ".templateengine")