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)
29
internal override string StorageDirectoryPath =>
_storageDirectoryPath
;
46
_storageDirectoryPathUsed =
_storageDirectoryPath
;