8 references to NameTable
System (8)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (8)
149
string categoryName = (string)this.
NameTable
[newCategoryEntry.NameIndex];
342
string counterName = (string)this.
NameTable
[counterIndex];
809
string counterName = (string)this.
NameTable
[counterIndex];
866
string counterName = (string)this.
NameTable
[counterIndex];
887
if (this.
NameTable
.ContainsKey(index))
888
return (string)this.
NameTable
[index];
1481
string counterName = (string)this.library.
NameTable
[counterIndex];
1511
string name = (string)library.
NameTable
[counterIndex];