2 references to MaxEncodedSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
653
messageOffset += IntEncoder.
MaxEncodedSize
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (1)
195
public const int MaxMessageFrameSize = 1 + IntEncoder.
MaxEncodedSize
;