16 references to HandleError
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (9)
568this.HandleError(e1); 592this.HandleError(e2); 604this.HandleError(e3); 627this.HandleError(e4); 791bool errorHandled = this.HandleError(exception); 953this.HandleError(e); 1039state.ChannelHandler.HandleError(e); 1053state.ChannelHandler.HandleError(e); 1067state.ChannelHandler.HandleError(e);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (7)
177this.channelHandler.HandleError(e); 224this.channelHandler.HandleError(e); 242this.channelHandler.HandleError(e); 261this.channelHandler.HandleError(e); 280this.channelHandler.HandleError(e); 365this.channelHandler.HandleError(e); 392this.channelHandler.HandleError(e);