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