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