4 writes to _outstandingBufferCount
Microsoft.Extensions.Caching.Hybrid (4)
Internal\DefaultHybridCache.Debug.cs (4)
35=> flush ? Interlocked.Exchange(ref _outstandingBufferCount, 0) : Volatile.Read(ref _outstandingBufferCount); 40_ = Interlocked.Decrement(ref _outstandingBufferCount); 46_ = Interlocked.Increment(ref _outstandingBufferCount);