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