2 instantiations of InputChannelDemuxer
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
98
this.inputDemuxer = new
InputChannelDemuxer
(context);
System\ServiceModel\Channels\InternalDuplexBindingElement.cs (1)
68
this.clientChannelDemuxer = new
InputChannelDemuxer
(context);
4 references to InputChannelDemuxer
System.ServiceModel (4)
System\ServiceModel\Channels\InternalDuplexBindingElement.cs (2)
12
InputChannelDemuxer
clientChannelDemuxer;
36
internal
InputChannelDemuxer
ClientChannelDemuxer
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (2)
13
InputChannelDemuxer
channelDemuxer;
20
InputChannelDemuxer
channelDemuxer,