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)
48if (!Directory.Exists(_storageDirectoryPathUsed)) 50Directory.CreateDirectory(_storageDirectoryPathUsed); 64return _storageDirectoryPathUsed;