2 instantiations of ClientDuplexDecoder
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
257this.decoder = new ClientDuplexDecoder(0); 456channel.decoder = new ClientDuplexDecoder(0);
3 references to ClientDuplexDecoder
System.ServiceModel (3)
System\ServiceModel\Channels\FramingChannels.cs (1)
185ClientDuplexDecoder decoder;
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1506ClientDuplexDecoder decoder; 1512public ClientDuplexConnectionReader(ClientFramingDuplexSessionChannel channel, IConnection connection, ClientDuplexDecoder decoder,