5 references to MultiInstance
System (5)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
500if (categoryType == PerformanceCounterCategoryType.MultiInstance) { 526if (categoryType == PerformanceCounterCategoryType.MultiInstance) {
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
121return PerformanceCounterCategoryType.MultiInstance; 229if (categoryType < PerformanceCounterCategoryType.Unknown || categoryType > PerformanceCounterCategoryType.MultiInstance)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
657if (categoryType < PerformanceCounterCategoryType.Unknown || categoryType > PerformanceCounterCategoryType.MultiInstance)