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