4 references to CounterType
System (4)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (4)
66
int newCounterType = (int) newSample.
CounterType
;
80
else if (oldSample.
CounterType
!= newSample.
CounterType
) {
115
int newCounterType = (int) newSample.
CounterType
;