1 write to connectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
692this.connectionPool = connectionPool;
6 references to connectionPool
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectionPool.cs (6)
732return this.connectionPool.TakeConnection(null, this.via, timeout, out this.connectionKey); 800this.connectionPool.ReturnConnection(connectionKey, localRawConnection, false, TimeSpan.Zero); 861this.connectionPool.ReturnConnection(this.connectionKey, rawConnection, false, TimeSpan.Zero); 913this.connectionPool.ReturnConnection(localConnectionKey, localRawConnection, !abort, timeout); 923this.connectionPool.AddConnection(localConnectionKey, localRawConnection, timeout); 1191parent.connectionPool.ReturnConnection(parent.connectionKey, this.rawConnection,