1 write to connection
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
1910this.connection = this.parent.TryConnect(this.remoteUri, this.resolvedAddress, this.backoffHelper);
2 references to connection
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
1911bool completed = (this.connection != null); 1926return thisPtr.connection;