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)
1209
AutoCloseDuplexSessionChannel
thisPtr = (
AutoCloseDuplexSessionChannel
)result.AsyncState;
1219
AutoCloseDuplexSessionChannel
thisPtr = (
AutoCloseDuplexSessionChannel
)result.AsyncState;
1310
((
AutoCloseDuplexSessionChannel
)result.AsyncState).OnCloseInnerChannel(result);