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