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