16 references to GetOrCreateQueue
System (16)
net\System\Net\_AutoWebProxyScriptWrapper.cs (4)
609
TimerThread.
GetOrCreateQueue
(0).CreateTimer(new TimerThread.Callback(CloseAppDomainCallback), excessAppDomain);
650
TimerThread.
GetOrCreateQueue
(0).CreateTimer(new TimerThread.Callback(CloseAppDomainCallback), s_ExcessAppDomain);
670
TimerThread.
GetOrCreateQueue
(0).CreateTimer(new TimerThread.Callback(CloseAppDomainCallback), appDomainIndex);
688
TimerThread.
GetOrCreateQueue
(0).CreateTimer(new TimerThread.Callback(CloseAppDomainCallback), appDomainIndex);
net\System\Net\connectionpool.cs (2)
36
private static TimerThread.Queue s_CancelErrorQueue = TimerThread.
GetOrCreateQueue
(ErrorWait);
111
m_CleanupQueue = TimerThread.
GetOrCreateQueue
(idleTimeout == 1 ? 1 : (idleTimeout / 2));
net\System\Net\FtpWebRequest.cs (2)
244
private static readonly TimerThread.Queue s_DefaultTimerQueue = TimerThread.
GetOrCreateQueue
(s_DefaultTimeout);
1235
m_TimerQueue = TimerThread.
GetOrCreateQueue
(RemainingTimeout);
net\System\Net\HttpWebRequest.cs (3)
130
private static readonly TimerThread.Queue s_ContinueTimerQueue = TimerThread.
GetOrCreateQueue
(DefaultContinueTimeout);
1042
queue = TimerThread.
GetOrCreateQueue
(_Timeout == 0 ? 1 : _Timeout);
1098
m_ContinueTimerQueue = TimerThread.
GetOrCreateQueue
(m_ContinueTimeout == 0 ? 1 : m_ContinueTimeout);
net\System\Net\NetWebProxyFinder.cs (1)
278
timerQueue = TimerThread.
GetOrCreateQueue
(SettingsSectionInternal.Section.DownloadTimeout);
net\System\Net\ServicePoint.cs (2)
445
queue = TimerThread.
GetOrCreateQueue
(ConnectionLeaseTimeout);
520
m_IdlingQueue = TimerThread.
GetOrCreateQueue
(value);
net\System\Net\ServicePointManager.cs (2)
67
private static volatile TimerThread.Queue s_ServicePointIdlingQueue = TimerThread.
GetOrCreateQueue
(100 * 1000);
443
s_ServicePointIdlingQueue = TimerThread.
GetOrCreateQueue
(value);