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