3 references to ShortTimersThresholdMilliseconds
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (3)
164
private long _currentAbsoluteThreshold = TickCount64 +
ShortTimersThresholdMilliseconds
;
282
if (!timer._short && remaining <=
ShortTimersThresholdMilliseconds
)
321
_currentAbsoluteThreshold = nowTicks +
ShortTimersThresholdMilliseconds
;