1 write to parent
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
1897this.parent = parent;
1 reference to parent
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
1910this.connection = this.parent.TryConnect(this.remoteUri, this.resolvedAddress, this.backoffHelper);