3 writes to _totalUnderlyingDataQuery
Microsoft.Extensions.Caching.Hybrid (3)
Internal\HybridCacheEventSource.cs (3)
59
Volatile.Write(ref
_totalUnderlyingDataQuery
, 0);
138
_ = Interlocked.Increment(ref
_totalUnderlyingDataQuery
);
212
new PollingCounter("total-data-query", this, () => Volatile.Read(ref
_totalUnderlyingDataQuery
)) { DisplayName = "Total Data Queries" },