5 references to Instances
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (3)
514_associatedTimerQueue = TimerQueue.Instances[(uint)Thread.GetCurrentProcessorId() % TimerQueue.Instances.Length]; 947foreach (TimerQueue queue in TimerQueue.Instances)
src\libraries\System.Private.CoreLib\src\System\Threading\TimerQueue.Portable.cs (2)
33var timers = new List<TimerQueue>(Instances.Length); 34s_scheduledTimersToFire ??= new List<TimerQueue>(Instances.Length);