1 write to _perfCounters
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCacheStore.cs (1)
40_perfCounters = perfCounters;
12 references to _perfCounters
System.Runtime.Caching (12)
System\Runtime\Caching\MemoryCacheStore.cs (12)
84if (_perfCounters != null && _countersSupported) 86_perfCounters.Increment(CounterName.Entries); 87_perfCounters.Increment(CounterName.Turnover); 119if (_perfCounters != null && _countersSupported) 121_perfCounters.Decrement(CounterName.Entries); 122_perfCounters.Increment(CounterName.Turnover); 147if (updatePerfCounters && _perfCounters != null && _countersSupported) 149_perfCounters.Increment(CounterName.Hits); 154if (updatePerfCounters && _perfCounters != null && _countersSupported) 156_perfCounters.Increment(CounterName.Misses); 403if (trimmed > 0 && _perfCounters != null && _countersSupported) 406_perfCounters.IncrementBy(CounterName.Trims, trimmed);