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