1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
118this.parent = parent;
3 references to parent
System.ServiceModel (3)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (3)
237parent.CloseIdleConnection(itemsToClose[i], timeoutHelper.RemainingTime()); 330TD.LeaseTimeout(SR.GetString(SR.TraceCodeConnectionPoolLeaseTimeoutReached, this.leaseTimeout), this.parent.Key.ToString()); 345TD.IdleTimeout(SR.GetString(SR.TraceCodeConnectionPoolIdleTimeoutReached, this.idleTimeout), this.parent.Key.ToString());