6 writes to _currentUnderlyingDataQuery
Microsoft.Extensions.Caching.Hybrid (6)
Internal\HybridCacheEventSource.cs (6)
60
Volatile.Write(ref
_currentUnderlyingDataQuery
, 0);
139
_ = Interlocked.Increment(ref
_currentUnderlyingDataQuery
);
147
_ = Interlocked.Decrement(ref
_currentUnderlyingDataQuery
);
155
_ = Interlocked.Decrement(ref
_currentUnderlyingDataQuery
);
163
_ = Interlocked.Decrement(ref
_currentUnderlyingDataQuery
);
213
new PollingCounter("current-data-query", this, () => Volatile.Read(ref
_currentUnderlyingDataQuery
)) { DisplayName = "Current Data Queries" },