1 override of ReleaseConnectionPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpChannelFactory.cs (1)
54internal override void ReleaseConnectionPool(ConnectionPool pool, TimeSpan timeout)
3 references to ReleaseConnectionPool
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (3)
244ReleaseConnectionPool(localConnectionPool, TimeSpan.Zero); 265ReleaseConnectionPool(localConnectionPool, timeoutHelper.RemainingTime()); 321this.ReleaseConnectionPool(localConnectionPool, timeoutHelper.RemainingTime());