1 write to ChannelHandler
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
928
var 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)
1046
state.
ChannelHandler
.HandleError(e);
1060
state.
ChannelHandler
.HandleError(e);
1065
state.
ChannelHandler
.HandleErrorContinuation(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true);
1074
state.
ChannelHandler
.HandleError(e);
1077
state.
ChannelHandler
.EnsurePump();