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