1 write to _sizeDecoder
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
654_sizeDecoder = new IntDecoder();
4 references to _sizeDecoder
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (4)
739_sizeDecoder.Reset(); 742bytesConsumed = _sizeDecoder.Decode(bytes, offset, size); 743if (_sizeDecoder.IsValueDecoded) 746_envelopeSize = _sizeDecoder.Value;