1 instantiation of CloseChannelState
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
436CloseChannelState state = new CloseChannelState(this, channel);
5 references to CloseChannelState
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ListenerHandler.cs (5)
436CloseChannelState state = new CloseChannelState(this, channel); 474CloseChannelState state = (CloseChannelState)result.AsyncState; 522CloseChannelState state = (CloseChannelState)result.AsyncState;