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)
546
lock (
_associatedTimerQueue
.SharedLock)
557
_associatedTimerQueue
.DeleteTimer(this);
564
success =
_associatedTimerQueue
.UpdateTimer(this, dueTime, period);
573
lock (
_associatedTimerQueue
.SharedLock)
578
_associatedTimerQueue
.DeleteTimer(this);
590
lock (
_associatedTimerQueue
.SharedLock)
600
_associatedTimerQueue
.DeleteTimer(this);
614
lock (
_associatedTimerQueue
.SharedLock)
641
_associatedTimerQueue
.DeleteTimer(this);
676
lock (
_associatedTimerQueue
.SharedLock)
689
lock (
_associatedTimerQueue
.SharedLock)