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