2 writes to helpTable
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
171
this.
helpTable
= GetStringTable(true);
293
this.
helpTable
= null;
3 references to helpTable
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
168
if (this.
helpTable
== null) {
170
if (this.
helpTable
== null)
175
return this.
helpTable
;