1 instantiation of ContinuationState
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 };
4 references to ContinuationState
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
919
var
state = new ContinuationState { ChannelHandler = this, Channel = _channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
1026
private static void AsyncReplyComplete(IAsyncResult result,
ContinuationState
state)
1082
var
state = (
ContinuationState
)result.AsyncState;