11 references to DotnetUserProfileFolderPath
dotnet-aot (6)
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\Telemetry\TelemetryCommonProperties.cs (1)
73
{ MachineId, _userLevelCacheWriter.RunWithCacheInFilePath(Path.Combine(CliFolderPathCalculator.
DotnetUserProfileFolderPath
, $"{MachineIdCacheKey}.v1.dotnetUserLevelCache"), GetMachineId) },
Microsoft.DotNet.Configurer (5)
AspNetCertificateSentinel.cs (1)
20
CliFolderPathCalculator.
DotnetUserProfileFolderPath
,
CliFolderPathCalculator.cs (2)
20
public static string ToolsShimPath => Path.Combine(
DotnetUserProfileFolderPath
, ToolsShimFolderName);
43
public static string ToolsResolverCachePath => Path.Combine(
DotnetUserProfileFolderPath
, ToolsResolverCacheFolderName);
FirstTimeUseNoticeSentinel.cs (1)
20
CliFolderPathCalculator.
DotnetUserProfileFolderPath
,
UserLevelCacheWriter.cs (1)
17
CliFolderPathCalculator.
DotnetUserProfileFolderPath
,