2 references to CreateQueue
System (2)
net\System\Net\ServicePoint.cs (1)
527
m_ExpiringTimer = TimerThread.
CreateQueue
(timeLeft).CreateTimer(ServicePointManager.IdleServicePointTimeoutDelegate, this);
net\System\Net\WebRequest.cs (1)
50
private static TimerThread.Queue s_DefaultTimerQueue = TimerThread.
CreateQueue
(DefaultTimeout);