10 references to TimerThread
System.Net.Requests (10)
System\Net\FtpWebRequest.cs (9)
211
private
TimerThread
.Queue? _timerQueue = s_DefaultTimerQueue;
212
private readonly
TimerThread
.Callback _timerCallback;
230
private static readonly
TimerThread
.Queue s_DefaultTimerQueue =
TimerThread
.GetOrCreateQueue(s_DefaultTimeout);
495
_timerCallback = new
TimerThread
.Callback(TimerCallback);
1000
TimerThread
.Timer timer = TimerQueue.CreateTimer(_timerCallback, null);
1042
private void TimerCallback(
TimerThread
.Timer timer, int timeNoticed, object? context)
1054
private
TimerThread
.Queue TimerQueue => _timerQueue ??=
TimerThread
.GetOrCreateQueue(RemainingTimeout);
System\Net\TimerThread.cs (1)
222
TimerThread
.Prod();