2 writes to success
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
2958
this.
success
= this.EndInput(this.binder, this.channel, result, out complete);
2973
this.
success
= this.binder.synchronizer.EndTryGetChannel(result, out this.channel);
1 reference to success
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3024
return this.
success
;