3 writes to _storageCountFiles
dotnet (3)
Telemetry\PersistenceChannel\StorageService.cs (3)
169
Interlocked.Decrement(ref
_storageCountFiles
);
205
Interlocked.Increment(ref
_storageCountFiles
);
314
_storageCountFiles
= storageFiles.Count();
1 reference to _storageCountFiles
dotnet (1)
Telemetry\PersistenceChannel\StorageService.cs (1)
189
if ((ulong)_storageSize >= CapacityInBytes ||
_storageCountFiles
>= MaxFiles)