6 references to GetEncodedSize
System.ServiceModel (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
488dictionarySize += IntEncoder.GetEncodedSize(utf8ValueSize) + utf8ValueSize; 526int headerSize = IntEncoder.GetEncodedSize(dictionarySize); 1023bytesRequired += IntEncoder.GetEncodedSize(bytesRequired);
System\ServiceModel\Channels\FramingEncoders.cs (3)
56int sizeByteCount = IntEncoder.GetEncodedSize(valueByteCount); 219int spaceNeeded = 1 + IntEncoder.GetEncodedSize(messageFrame.Count); 304int spaceNeeded = IntEncoder.GetEncodedSize(messageFrame.Count);