1 write to _sendException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
945
_sendException
= sendException;
3 references to _sendException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
842
(
_sendException
!= null) ||
898
if (
_sendException
!= null)
899
this.Complete(completedSynchronously,
_sendException
);