2 writes to oldSample
System (2)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
378this.oldSample = CounterSample.Empty; 588oldSample = newSample;
1 reference to oldSample
System (1)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (1)
587retVal = CounterSample.Calculate(oldSample, newSample);