1 write to ChannelHandler
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
919
var state = new ContinuationState {
ChannelHandler
= this, Channel = _channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
5 references to ChannelHandler
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
1039
state.
ChannelHandler
.HandleError(e);
1053
state.
ChannelHandler
.HandleError(e);
1058
state.
ChannelHandler
.HandleErrorContinuation(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true);
1067
state.
ChannelHandler
.HandleError(e);
1070
state.
ChannelHandler
.EnsurePump();