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