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