1 instantiation of AutoCloseDuplexSessionChannel
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
57: this(useActiveAutoClose ? new AutoCloseDuplexSessionChannel(channel) : channel, correlator, null)
5 references to AutoCloseDuplexSessionChannel
System.ServiceModel (5)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (5)
1254AutoCloseDuplexSessionChannel thisPtr = (AutoCloseDuplexSessionChannel)result.AsyncState; 1264AutoCloseDuplexSessionChannel thisPtr = (AutoCloseDuplexSessionChannel)result.AsyncState; 1355((AutoCloseDuplexSessionChannel)result.AsyncState).OnCloseInnerChannel(result);