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