3 writes to _storageSize
dotnet (3)
Telemetry\PersistenceChannel\StorageService.cs (3)
168Interlocked.Add(ref _storageSize, -fileSize); 212Interlocked.Add(ref _storageSize, temporaryFileSize); 322_storageSize = storageSizeInBytes;
1 reference to _storageSize
dotnet (1)
Telemetry\PersistenceChannel\StorageService.cs (1)
189if ((ulong)_storageSize >= CapacityInBytes || _storageCountFiles >= MaxFiles)