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