6 references to GetEncodedSize
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
392dictionarySize += IntEncoder.GetEncodedSize(utf8ValueSize) + utf8ValueSize; 430int headerSize = IntEncoder.GetEncodedSize(dictionarySize); 906bytesRequired += IntEncoder.GetEncodedSize(bytesRequired);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (3)
57int sizeByteCount = IntEncoder.GetEncodedSize(valueByteCount); 220int spaceNeeded = 1 + IntEncoder.GetEncodedSize(messageFrame.Count); 305int spaceNeeded = IntEncoder.GetEncodedSize(messageFrame.Count);