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