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