3 references to MaxInt64Chars
System.Runtime.Serialization (3)
System\Xml\XmlConverter.cs (2)
942
int count = ToCharsR(value, chars, offset +
MaxInt64Chars
);
943
Buffer.BlockCopy(chars, offset +
MaxInt64Chars
- count, chars, offset, count);
System\Xml\XmlUTF8TextWriter.cs (1)
702
byte[] buffer = GetBuffer(XmlConverter.
MaxInt64Chars
, out offset);