4 instantiations of IntDecoder
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
452IntDecoder decoder = new IntDecoder();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (3)
97_sizeDecoder = new IntDecoder(); 471_sizeDecoder = new IntDecoder(); 654_sizeDecoder = new IntDecoder();
4 references to IntDecoder
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
452IntDecoder decoder = new IntDecoder();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (3)
90private IntDecoder _sizeDecoder; 463private IntDecoder _sizeDecoder; 646private IntDecoder _sizeDecoder;