3 references to MaxInt32Chars
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (2)
707
int count = ToCharsR(value, chars, offset +
MaxInt32Chars
);
708
Buffer.BlockCopy(chars, offset +
MaxInt32Chars
- count, chars, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
712
byte[] buffer = GetBuffer(XmlConverter.
MaxInt32Chars
, out offset);