5 references to IsCustomCategory
System (5)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (1)
521if (!PerformanceCounterLib.IsCustomCategory(currentMachineName, currentCategoryName))
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (4)
123if (PerformanceCounterLib.IsCustomCategory(".", categoryName)) 250if (PerformanceCounterLib.IsCustomCategory(machineName, categoryName) || PerformanceCounterLib.CategoryExists(machineName , categoryName)) 397if (!PerformanceCounterLib.IsCustomCategory(machineName, categoryName)) 437if (PerformanceCounterLib.IsCustomCategory(machineName , categoryName))