2 writes to m_RecycleTimer
System (2)
net\System\Net\_Connection.cs (2)
502
m_RecycleTimer
= ConnectionGroup.ServicePoint.ConnectionLeaseTimerQueue.CreateTimer();
643
m_RecycleTimer
= ServicePoint.ConnectionLeaseTimerQueue.CreateTimer();
3 references to m_RecycleTimer
System (3)
net\System\Net\_Connection.cs (3)
641
if (
m_RecycleTimer
.Duration != ServicePoint.ConnectionLeaseTimerQueue.Duration) {
642
m_RecycleTimer
.Cancel();
657
if (
m_RecycleTimer
.HasExpired) {