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