1 write to _associatedTimerQueue
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
514_associatedTimerQueue = TimerQueue.Instances[(uint)Thread.GetCurrentProcessorId() % TimerQueue.Instances.Length];
11 references to _associatedTimerQueue
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (11)
546lock (_associatedTimerQueue.SharedLock) 557_associatedTimerQueue.DeleteTimer(this); 564success = _associatedTimerQueue.UpdateTimer(this, dueTime, period); 573lock (_associatedTimerQueue.SharedLock) 578_associatedTimerQueue.DeleteTimer(this); 590lock (_associatedTimerQueue.SharedLock) 600_associatedTimerQueue.DeleteTimer(this); 614lock (_associatedTimerQueue.SharedLock) 641_associatedTimerQueue.DeleteTimer(this); 676lock (_associatedTimerQueue.SharedLock) 689lock (_associatedTimerQueue.SharedLock)