3 references to CounterExists
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounter.cs (1)
476
if (!PerformanceCounterLib.
CounterExists
(currentMachineName, currentCategoryName, _counterName))
System\Diagnostics\PerformanceCounterCategory.cs (2)
148
return PerformanceCounterLib.
CounterExists
(_machineName, _categoryName, counterName);
173
return PerformanceCounterLib.
CounterExists
(machineName, categoryName, counterName);