6 writes to m_ContinueTimerQueue
System (6)
net\System\Net\HttpWebRequest.cs (6)
1085m_ContinueTimerQueue = s_ContinueTimerQueue; 1089m_ContinueTimerQueue = null; 1098m_ContinueTimerQueue = TimerThread.GetOrCreateQueue(m_ContinueTimeout == 0 ? 1 : m_ContinueTimeout); 5170m_ContinueTimerQueue = s_ContinueTimerQueue; 5217m_ContinueTimerQueue = s_ContinueTimerQueue; 5287m_ContinueTimerQueue = s_ContinueTimerQueue;
2 references to m_ContinueTimerQueue
System (2)
net\System\Net\HttpWebRequest.cs (2)
1097if (m_ContinueTimerQueue == null) { 1100return m_ContinueTimerQueue;