3 references to HitRatioBase
System.Runtime.Caching (3)
System\Caching\MemoryCacheStore.cs (2)
124_perfCounters.Increment(PerfCounterName.HitRatioBase); 130_perfCounters.Increment(PerfCounterName.HitRatioBase);
System\Caching\PerfCounters.cs (1)
83_counters[(int)PerfCounterName.HitRatioBase] = new PerformanceCounter(PERF_COUNTER_CATEGORY, CACHE_HIT_RATIO_BASE, instanceName, false);