2 instantiations of TimerNode
System.Net.Requests (2)
System\Net\TimerThread.cs (2)
184_timers = new TimerNode(); 194TimerNode timer = new TimerNode(callback, context, Duration, _timers);
7 references to TimerNode
System.Net.Requests (7)
System\Net\TimerThread.cs (7)
173private readonly TimerNode _timers; 194TimerNode timer = new TimerNode(callback, context, Duration, _timers); 237TimerNode timer = _timers.Next!; 288private TimerNode? _next; 289private TimerNode? _prev; 322internal TimerNode? Next 328internal TimerNode? Prev