2 writes to m_ConnectionLeaseTimerQueue
System (2)
net\System\Net\ServicePoint.cs (2)
432
m_ConnectionLeaseTimerQueue
= null;
446
m_ConnectionLeaseTimerQueue
= queue;
2 references to m_ConnectionLeaseTimerQueue
System (2)
net\System\Net\ServicePoint.cs (2)
443
TimerThread.Queue queue =
m_ConnectionLeaseTimerQueue
;
448
return
m_ConnectionLeaseTimerQueue
;