5 references to IsCustomCategory
System.Diagnostics.PerformanceCounter (5)
System\Diagnostics\PerformanceCounter.cs (1)
501if (!PerformanceCounterLib.IsCustomCategory(currentMachineName, currentCategoryName))
System\Diagnostics\PerformanceCounterCategory.cs (4)
110if (PerformanceCounterLib.IsCustomCategory(".", _categoryName)) 223if (PerformanceCounterLib.IsCustomCategory(machineName, categoryName) || PerformanceCounterLib.CategoryExists(machineName, categoryName)) 377if (!PerformanceCounterLib.IsCustomCategory(machineName, categoryName)) 416if (PerformanceCounterLib.IsCustomCategory(machineName, categoryName))