2 references to InstanceExists
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterCategory.cs (2)
462
if (instanceName.Length != 0 && !
InstanceExists
(instanceName))
548
return category.
InstanceExists
(instanceName);