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