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