2 overrides of ReleaseConnectionPool
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelFactory.cs (1)
57internal override void ReleaseConnectionPool(ConnectionPool pool, TimeSpan timeout)
System\ServiceModel\Channels\TcpChannelFactory.cs (1)
62internal override void ReleaseConnectionPool(ConnectionPool pool, TimeSpan timeout)
1 reference to ReleaseConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
253ReleaseConnectionPool(localConnectionPool, TimeSpan.Zero);