1 write to _currentAbsoluteThreshold
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
321
_currentAbsoluteThreshold
= nowTicks + ShortTimersThresholdMilliseconds;
3 references to _currentAbsoluteThreshold
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (3)
248
bool targetShortList = (nowTicks + timer._dueTime) -
_currentAbsoluteThreshold
<= 0;
302
long remaining =
_currentAbsoluteThreshold
- nowTicks;
350
bool shouldBeShort =
_currentAbsoluteThreshold
- absoluteDueTime >= 0;