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