2 writes to _sampleIntervalMsHigh
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (2)
96_sampleIntervalMsHigh = sampleIntervalMsHigh; 101_sampleIntervalMsHigh = DefaultSampleIntervalMsHigh;
2 references to _sampleIntervalMsHigh
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.HillClimbing.cs (2)
110_currentSampleMs = _randomIntervalGenerator.Next(_sampleIntervalMsLow, _sampleIntervalMsHigh + 1); 390_currentSampleMs = _randomIntervalGenerator.Next(_sampleIntervalMsLow, _sampleIntervalMsHigh + 1);