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)
537
lock (
_associatedTimerQueue
.SharedLock)
548
_associatedTimerQueue
.DeleteTimer(this);
555
success =
_associatedTimerQueue
.UpdateTimer(this, dueTime, period);
564
lock (
_associatedTimerQueue
.SharedLock)
569
_associatedTimerQueue
.DeleteTimer(this);
581
lock (
_associatedTimerQueue
.SharedLock)
591
_associatedTimerQueue
.DeleteTimer(this);
605
lock (
_associatedTimerQueue
.SharedLock)
632
_associatedTimerQueue
.DeleteTimer(this);
667
lock (
_associatedTimerQueue
.SharedLock)
680
lock (
_associatedTimerQueue
.SharedLock)