2 writes to helpMsg
System (2)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
182
helpMsg
= PerformanceCounterLib.GetCounterHelp(currentMachineName, currentCategoryName, this.counterName);
377
this.
helpMsg
= null;
2 references to helpMsg
System (2)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
181
if (
helpMsg
== null)
184
return
helpMsg
;