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