2 writes to _storageDirectoryPathUsed
dotnet (2)
Telemetry\PersistenceChannel\StorageService.cs (2)
46
_storageDirectoryPathUsed
= _storageDirectoryPath;
55
_storageDirectoryPathUsed
= null;
3 references to _storageDirectoryPathUsed
dotnet (3)
Telemetry\PersistenceChannel\StorageService.cs (3)
48
if (!Directory.Exists(
_storageDirectoryPathUsed
))
50
Directory.CreateDirectory(
_storageDirectoryPathUsed
);
64
return
_storageDirectoryPathUsed
;