2 writes to _secondsElapsedSinceLastChange
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (2)
125_secondsElapsedSinceLastChange += sampleDurationSeconds; 363_secondsElapsedSinceLastChange = 0;
2 references to _secondsElapsedSinceLastChange
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (2)
393double throughput = _secondsElapsedSinceLastChange > 0 ? _completionsSinceLastChange / _secondsElapsedSinceLastChange : 0;