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
);