2 references to HandleErrorContinuation
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
546
return this.
HandleErrorContinuation
(e, request, channel, ref faultInfo, replied);
1058
state.ChannelHandler.
HandleErrorContinuation
(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true);