1 write to _associatedTimerQueue
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (1)
505_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)
537lock (_associatedTimerQueue.SharedLock) 548_associatedTimerQueue.DeleteTimer(this); 555success = _associatedTimerQueue.UpdateTimer(this, dueTime, period); 564lock (_associatedTimerQueue.SharedLock) 569_associatedTimerQueue.DeleteTimer(this); 581lock (_associatedTimerQueue.SharedLock) 591_associatedTimerQueue.DeleteTimer(this); 605lock (_associatedTimerQueue.SharedLock) 632_associatedTimerQueue.DeleteTimer(this); 667lock (_associatedTimerQueue.SharedLock) 680lock (_associatedTimerQueue.SharedLock)