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