2 references to ComputeCounterValue
System (2)
services\monitoring\system\diagnosticts\CounterSample.cs (1)
149return CounterSampleCalculator.ComputeCounterValue(counterSample, nextCounterSample);
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (1)
59return ComputeCounterValue(CounterSample.Empty, newSample);