4 references to CounterType
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\CounterSampleCalculator.cs (4)
61
int newCounterType = (int)newSample.
CounterType
;
77
else if (oldSample.
CounterType
!= newSample.
CounterType
)
112
int newCounterType = (int)newSample.
CounterType
;