1 instantiation of ClientDuplexDecoder
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
214_decoder = new ClientDuplexDecoder(0);
3 references to ClientDuplexDecoder
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\FramingChannels.cs (1)
148private ClientDuplexDecoder _decoder;
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
192private ClientDuplexDecoder _decoder; 198public ClientDuplexConnectionReader(ClientFramingDuplexSessionChannel channel, IConnection connection, ClientDuplexDecoder decoder,