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