1 instantiation of ContinuationState
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1262
var state = new
ContinuationState
{ ChannelHandler = this, Channel = channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
4 references to ContinuationState
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
1262
var
state = new ContinuationState { ChannelHandler = this, Channel = channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply };
1369
static void AsyncReplyComplete(IAsyncResult result,
ContinuationState
state)
1431
var
state = (
ContinuationState
)result.AsyncState;