1 write to typeDemuxers
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
33this.typeDemuxers = new Dictionary<Type, TypedChannelDemuxer>();
2 references to typeDemuxers
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
112else if (!this.typeDemuxers.TryGetValue(channelType, out typeDemuxer)) 115this.typeDemuxers.Add(channelType, typeDemuxer);