3 writes to _totalStampedeJoin
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
64
Volatile.Write(ref
_totalStampedeJoin
, 0);
187
_ = Interlocked.Increment(ref
_totalStampedeJoin
);
217
new PollingCounter("total-stampede-joins", this, () => Volatile.Read(ref
_totalStampedeJoin
)) { DisplayName = "Total Stampede Joins" },