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)
131
sampleDurationSeconds +=
_accumulatedSampleDurationSeconds
;