5 references to CounterNameTitleIndex
System (5)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (4)
130
if (perfCounter.
CounterNameTitleIndex
!= previousCounterIndex) {
131
newCategoryEntry.CounterIndexes[index3] = perfCounter.
CounterNameTitleIndex
;
133
previousCounterIndex = perfCounter.
CounterNameTitleIndex
;
1536
this.NameIndex = perfCounter.
CounterNameTitleIndex
;
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
814
string counterName = library.GetCounterName(counter.
CounterNameTitleIndex
);