1 write to _dotnetUserProfileFolderPath
Microsoft.DotNet.Configurer (1)
UserLevelCacheWriter.cs (1)
67
_dotnetUserProfileFolderPath
= dotnetUserProfileFolderPath;
3 references to _dotnetUserProfileFolderPath
Microsoft.DotNet.Configurer (3)
UserLevelCacheWriter.cs (3)
35
if (!_directory.Exists(
_dotnetUserProfileFolderPath
))
37
_directory.CreateDirectory(
_dotnetUserProfileFolderPath
);
72
return Path.Combine(
_dotnetUserProfileFolderPath
, $"{Product.Version}_{cacheKey}.dotnetUserLevelCache");