1 write to binder
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2942
this.
binder
= binder;
11 references to binder
System.ServiceModel (11)
System\ServiceModel\Channels\ReliableChannelBinder.cs (11)
2958
this.success = this.EndInput(this.
binder
, this.channel, result, out complete);
2962
this.autoAborted = this.
binder
.Synchronizer.Aborting;
2963
this.
binder
.synchronizer.ReturnChannel();
2973
this.success = this.
binder
.synchronizer.EndTryGetChannel(result, out this.channel);
2988
inputResult = this.BeginInput(this.
binder
, this.channel,
2996
this.autoAborted = this.
binder
.Synchronizer.Aborting;
2997
this.
binder
.synchronizer.ReturnChannel();
3048
if (!this.
binder
.HandleException(e, this.maskingMode, this.autoAborted))
3098
if (!this.
binder
.HandleException(e, this.maskingMode, this.autoAborted))
3146
IAsyncResult result = this.
binder
.synchronizer.BeginTryGetChannelForInput(
3162
if (!this.
binder
.HandleException(e, this.maskingMode, this.autoAborted))