4 references to PerformanceCounterCategory
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\PerformanceCounterCategory.cs (4)
36
:
this
(categoryName, ".")
228
return new
PerformanceCounterCategory
(categoryName, machineName);
493
categories[index] = new
PerformanceCounterCategory
(categoryNames[index], machineName);
547
PerformanceCounterCategory category = new
PerformanceCounterCategory
(categoryName, machineName);