1 write to connectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
394this.parent.GetUpgradeAndConnectionPool(out this.upgradeProvider, out this.connectionPool);
2 references to connectionPool
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
396if (this.connectionPool == null) 435this.parent.ReleaseConnectionPool(this.connectionPool, this.timeoutHelper.RemainingTime());