2 writes to _storageDirectoryPath
dotnet (2)
Telemetry\PersistenceChannel\StorageService.cs (2)
92_storageDirectoryPath = Path.Combine(CliFolderPathCalculator.DotnetUserProfileFolderPath, 102_storageDirectoryPath = desireStorageDirectoryPath;
2 references to _storageDirectoryPath
dotnet (2)
Telemetry\PersistenceChannel\StorageService.cs (2)
29internal override string StorageDirectoryPath => _storageDirectoryPath; 46_storageDirectoryPathUsed = _storageDirectoryPath;