1 write to ChannelHandler
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
928var state = new ContinuationState { ChannelHandler = this, Channel = Channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
5 references to ChannelHandler
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
1046state.ChannelHandler.HandleError(e); 1060state.ChannelHandler.HandleError(e); 1065state.ChannelHandler.HandleErrorContinuation(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true); 1074state.ChannelHandler.HandleError(e); 1077state.ChannelHandler.EnsurePump();