3 references to SingleInstance
System (3)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
503
} else if (categoryType == PerformanceCounterCategoryType.
SingleInstance
) {
529
} else if (categoryType == PerformanceCounterCategoryType.
SingleInstance
) {
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
126
return PerformanceCounterCategoryType.
SingleInstance
;