2 references to CounterExists
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
362
bool counterExists = library.
CounterExists
(category, counter, ref categoryExists);
370
counterExists = library.
CounterExists
(category, counter, ref categoryExists);