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)
148
private
ClientDuplexDecoder
_decoder;
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
192
private
ClientDuplexDecoder
_decoder;
198
public ClientDuplexConnectionReader(ClientFramingDuplexSessionChannel channel, IConnection connection,
ClientDuplexDecoder
decoder,