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