1 write to Request
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 };
2 references to Request
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1030
state.
Request
.EndReply(result);
1058
state.ChannelHandler.HandleErrorContinuation(state.Exception, state.
Request
, state.Channel, ref state.FaultInfo, true);