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