7 writes to _currentDistributedFetch
Microsoft.Extensions.Caching.Hybrid (7)
Internal\HybridCacheEventSource.cs (7)
61
Volatile.Write(ref
_currentDistributedFetch
, 0);
89
_ = Interlocked.Increment(ref
_currentDistributedFetch
);
101
_ = Interlocked.Decrement(ref
_currentDistributedFetch
);
113
_ = Interlocked.Decrement(ref
_currentDistributedFetch
);
121
_ = Interlocked.Decrement(ref
_currentDistributedFetch
);
129
_ = Interlocked.Decrement(ref
_currentDistributedFetch
);
214
new PollingCounter("current-distributed-cache-fetches", this, () => Volatile.Read(ref
_currentDistributedFetch
)) { DisplayName = "Current Distributed Cache Fetches" },