10 references to TimerThread
System.Net.Requests (10)
System\Net\FtpWebRequest.cs (9)
210
private
TimerThread
.Queue? _timerQueue = s_DefaultTimerQueue;
211
private readonly
TimerThread
.Callback _timerCallback;
228
private static readonly
TimerThread
.Queue s_DefaultTimerQueue =
TimerThread
.GetOrCreateQueue(s_DefaultTimeout);
493
_timerCallback = new
TimerThread
.Callback(TimerCallback);
998
TimerThread
.Timer timer = TimerQueue.CreateTimer(_timerCallback, null);
1040
private void TimerCallback(
TimerThread
.Timer timer, int timeNoticed, object? context)
1052
private
TimerThread
.Queue TimerQueue => _timerQueue ??=
TimerThread
.GetOrCreateQueue(RemainingTimeout);
System\Net\TimerThread.cs (1)
222
TimerThread
.Prod();