11 references to ConnectionGroup
System (11)
net\System\Net\_Connection.cs (11)
362
return
ConnectionGroup
.ServicePoint;
436
if (
ConnectionGroup
!= null) {
438
ConnectionGroup
.ConnectionGoneIdle();
502
m_RecycleTimer =
ConnectionGroup
.ServicePoint.ConnectionLeaseTimerQueue.CreateTimer();
504
ConnectionGroup
.Associate(this);
3117
if (!m_RemovedFromConnectionList &&
ConnectionGroup
!= null)
3129
ConnectionGroup
.Disassociate(this);
3856
ConnectionGroup
.IncrementConnection();
3873
if (
ConnectionGroup
!= null) {
3875
ConnectionGroup
.DecrementConnection();
3876
ConnectionGroup
.ConnectionGoneIdle();