15 references to CliFolderPathCalculator
dotnet-aot (10)
parent\dotnet\Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
98
var adUpdatesFile = WorkloadAdvertisingManifestUpdater.GetAdvertisingWorkloadsFilePath(
CliFolderPathCalculator
.DotnetUserProfileFolderPath, featureBand);
parent\dotnet\Commands\Workload\WorkloadInfoHelper.cs (1)
50
userProfileDir ??=
CliFolderPathCalculator
.DotnetUserProfileFolderPath;
parent\dotnet\Commands\Workload\WorkloadInstallDetector.cs (1)
57
.Create(dotnetDir, sdkFeatureBand,
CliFolderPathCalculator
.DotnetUserProfileFolderPath)
parent\dotnet\FirstRunExperience.cs (1)
64
string toolPath = Path.Combine(
CliFolderPathCalculator
.DotnetUserProfileFolderPath, s_toolPathSentinelFileName);
parent\dotnet\SdkVulnerability\SdkReleaseMetadataCache.cs (1)
28
Path.Combine(
CliFolderPathCalculator
.DotnetUserProfileFolderPath, CacheDirectoryName),
parent\dotnet\ShellShim\EnvironmentPathFactory.cs (3)
38
CliFolderPathCalculator
.ToolsShimPathInUnix,
46
executablePath:
CliFolderPathCalculator
.ToolsShimPathInUnix,
63
executablePath:
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)
28
cacheDirectory ?? new DirectoryPath(Path.Combine(
CliFolderPathCalculator
.ToolsResolverCachePath));
Microsoft.DotNet.Configurer (3)
AspNetCertificateSentinel.cs (1)
20
CliFolderPathCalculator
.DotnetUserProfileFolderPath,
FirstTimeUseNoticeSentinel.cs (1)
20
CliFolderPathCalculator
.DotnetUserProfileFolderPath,
UserLevelCacheWriter.cs (1)
17
CliFolderPathCalculator
.DotnetUserProfileFolderPath,
Microsoft.TemplateEngine.Cli (2)
Commands\CliPathInfo.cs (2)
27
UserProfileDir =
CliFolderPathCalculator
.DotnetHomePath;
44
? Path.Combine(
CliFolderPathCalculator
.DotnetHomePath, ".templateengine")