3 references to NUM_COUNTERS
System.Runtime.Caching (3)
System\Caching\PerfCounters.cs (3)
78
_counters = new PerformanceCounter[
NUM_COUNTERS
];
79
_counterValues = new long[
NUM_COUNTERS
];
135
for (int i = 0; i <
NUM_COUNTERS
; i++) {