4 writes to _short
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (4)
355
timer.
_short
= shouldBeShort;
364
timer.
_short
= shouldBeShort;
381
timer.
_short
= shortList;
441
timer.
_short
= false;
7 references to _short
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (7)
249
if (timer.
_short
!= targetShortList)
282
if (!timer.
_short
&& remaining <= ShortTimersThresholdMilliseconds)
359
else if (timer.
_short
!= shouldBeShort)
377
Debug.Assert(timer.
_short
!= shortList, "Unnecessary if timer is already on the right list.");
388
ref TimerQueueTimer? listHead = ref timer.
_short
? ref _shortTimers : ref _longTimers;
408
Debug.Assert(timer.
_short
);
413
Debug.Assert(!timer.
_short
);