1 write to Parent
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
234
Parent
= parent;
7 references to Parent
System.ServiceModel.NetFramingBase (7)
System\ServiceModel\Channels\ConnectionPool.cs (5)
285
Parent
.AbortItem(item);
290
return
Parent
.CloseItemAsync(item, timeout);
394
if (!_closed &&
Parent
.OpenCount > 0)
415
return new PoolIdleConnectionPool(
Parent
.MaxIdleConnectionPoolCount);
489
if (
Parent
.OpenCount == 0 || !IdleConnections.Return(connection))
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
99
: base(parent.
Parent
.MaxIdleConnectionPoolCount)
102
IdlingCommunicationPool<TKey, TItem> idlingCommunicationPool = ((IdlingCommunicationPool<TKey, TItem>)parent.
Parent
);