1 write to sendException
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1010this.sendException = sendException;
3 references to sendException
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
906(this.sendException != null) || 963if (this.sendException != null) 964this.Complete(completedSynchronously, this.sendException);