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