1 write to ChannelHandler
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1262var state = new ContinuationState { ChannelHandler = this, Channel = channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
5 references to ChannelHandler
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
1384state.ChannelHandler.HandleError(e); 1400state.ChannelHandler.HandleError(e); 1405state.ChannelHandler.HandleErrorContinuation(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true); 1416state.ChannelHandler.HandleError(e); 1419state.ChannelHandler.EnsurePump();