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