2 writes to _helpTable
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
212
_helpTable
??= GetStringTable(true);
342
_helpTable
= null;
2 references to _helpTable
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
208
if (
_helpTable
== null)
216
return
_helpTable
;