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