2 instantiations of TimerNode
System (2)
net\System\Net\_TimerThread.cs (2)
288
m_Timers = new
TimerNode
();
300
TimerNode timer = new
TimerNode
(callback, context, Duration, m_Timers);
7 references to TimerNode
System (7)
net\System\Net\_TimerThread.cs (7)
277
private readonly
TimerNode
m_Timers;
300
TimerNode
timer = new TimerNode(callback, context, Duration, m_Timers);
342
TimerNode
timer = m_Timers.Next;
417
private
TimerNode
next;
418
private
TimerNode
prev;
465
internal
TimerNode
Next
478
internal
TimerNode
Prev