2 references to CounterExists
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
310
bool counterExists = library.
CounterExists
(category, counter, ref categoryExists);
316
counterExists = library.
CounterExists
(category, counter, ref categoryExists);