1 write to _parent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
235_parent = parent;
5 references to _parent
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (5)
259get { return _parent; } 292_parent.AbortItem(item); 297_parent.CloseItem(item, timeout); 302_parent.CloseItemAsync(item, timeout); 410return new PoolIdleConnectionPool(_parent.MaxIdleConnectionPoolCount);