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