1 instantiation of AutoCloseDuplexSessionChannel
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
52: this(useActiveAutoClose ? new AutoCloseDuplexSessionChannel(channel) : channel, correlator, null)
5 references to AutoCloseDuplexSessionChannel
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (5)
1209AutoCloseDuplexSessionChannel thisPtr = (AutoCloseDuplexSessionChannel)result.AsyncState; 1219AutoCloseDuplexSessionChannel thisPtr = (AutoCloseDuplexSessionChannel)result.AsyncState; 1310((AutoCloseDuplexSessionChannel)result.AsyncState).OnCloseInnerChannel(result);