2 instantiations of ClientDuplexDecoder
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
246_decoder = new ClientDuplexDecoder(0); 285_decoder = new ClientDuplexDecoder(0);
3 references to ClientDuplexDecoder
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
177private ClientDuplexDecoder _decoder;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
309private ClientDuplexDecoder _decoder; 315public ClientDuplexConnectionReader(ClientFramingDuplexSessionChannel channel, IConnection connection, ClientDuplexDecoder decoder,