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