3 references to CounterExists
System (3)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (1)
496
if (!PerformanceCounterLib.
CounterExists
(currentMachineName, currentCategoryName, counterName))
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
166
return PerformanceCounterLib.
CounterExists
(machineName, categoryName, counterName);
195
return PerformanceCounterLib.
CounterExists
(machineName, categoryName, counterName);