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