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