2 writes to nameTable
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
211
this.
nameTable
= GetStringTable(false);
292
this.
nameTable
= null;
3 references to nameTable
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
208
if (this.
nameTable
== null) {
210
if (this.
nameTable
== null)
215
return this.
nameTable
;