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