1 instantiation of AutoCloseDuplexSessionChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
54
: this(useActiveAutoClose ? new
AutoCloseDuplexSessionChannel
(channel) : channel, correlator, null)
5 references to AutoCloseDuplexSessionChannel
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (5)
1190
AutoCloseDuplexSessionChannel
thisPtr = (
AutoCloseDuplexSessionChannel
)result.AsyncState;
1200
AutoCloseDuplexSessionChannel
thisPtr = (
AutoCloseDuplexSessionChannel
)result.AsyncState;
1291
((
AutoCloseDuplexSessionChannel
)result.AsyncState).OnCloseInnerChannel(result);