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