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