4 references to PerformanceCounterCategory
System (4)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (4)
48
:
this
(categoryName, ".") {
255
return new
PerformanceCounterCategory
(categoryName, machineName);
514
categories[index] = new
PerformanceCounterCategory
(categoryNames[index], machineName);
566
PerformanceCounterCategory category = new
PerformanceCounterCategory
(categoryName, machineName);