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