1 reference to maxBytesPerChar
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
964
if (byteLength < charLength || byteLength > charLength *
maxBytesPerChar
)