1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
245this.parent = parent;
5 references to parent
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionPool.cs (5)
269get { return this.parent; } 302parent.AbortItem(item); 309parent.CloseItem(item, timeout); 314parent.CloseItemAsync(item, timeout); 424return new PoolIdleConnectionPool(parent.MaxIdleConnectionPoolCount);