2 writes to _accumulatedSampleDurationSeconds
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (2)
159_accumulatedSampleDurationSeconds = sampleDurationSeconds; 167_accumulatedSampleDurationSeconds = 0;
1 reference to _accumulatedSampleDurationSeconds
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (1)
131sampleDurationSeconds += _accumulatedSampleDurationSeconds;