3 references to ReturnConnection
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (3)
800this.connectionPool.ReturnConnection(connectionKey, localRawConnection, false, TimeSpan.Zero); 861this.connectionPool.ReturnConnection(this.connectionKey, rawConnection, false, TimeSpan.Zero); 913this.connectionPool.ReturnConnection(localConnectionKey, localRawConnection, !abort, timeout);