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)
35if (!_directory.Exists(_dotnetUserProfileFolderPath)) 37_directory.CreateDirectory(_dotnetUserProfileFolderPath); 72return Path.Combine(_dotnetUserProfileFolderPath, $"{Product.Version}_{cacheKey}.dotnetUserLevelCache");