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