5 references to NumCounters
System (5)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (4)
1283
this.CounterIndexes = new int[perfObject.
NumCounters
];
1284
this.HelpIndexes = new int[perfObject.
NumCounters
];
1341
int counterNumber = perfObject.
NumCounters
;
1451
int counterNumber = perfObject.
NumCounters
;
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
811
for (int j = 0; j < type.
NumCounters
; j++) {