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