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