6 references to BinaryIntEncoder
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
382dictionarySize += BinaryIntEncoder.GetEncodedSize(utf8ValueSize) + utf8ValueSize; 413offset += BinaryIntEncoder.Encode(utf8ValueSize, buffer, offset); 420int headerSize = BinaryIntEncoder.GetEncodedSize(dictionarySize); 423BinaryIntEncoder.Encode(dictionarySize, buffer, newOffset); 643messageOffset += BinaryIntEncoder.MaxEncodedSize; 904bytesRequired += BinaryIntEncoder.GetEncodedSize(bytesRequired);