7 references to ObjectNameTitleIndex
System (7)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
1281this.NameIndex = perfObject.ObjectNameTitleIndex; 1328if (perfObject.ObjectNameTitleIndex == categoryIndex) { 1440if (perfObject.ObjectNameTitleIndex == categoryIndex) {
services\monitoring\system\diagnosticts\ProcessManager.cs (4)
816if (type.ObjectNameTitleIndex == processIndex) 818else if (type.ObjectNameTitleIndex == threadIndex) 832if (type.ObjectNameTitleIndex == processIndex) { 862else if (type.ObjectNameTitleIndex == threadIndex) {