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