3 references to MaxInt64Chars
System.Private.DataContractSerialization (3)
System\Xml\XmlConverter.cs (2)
678int count = ToCharsR(value, chars, offset + MaxInt64Chars); 679Buffer.BlockCopy(chars, offset + MaxInt64Chars - count, chars, offset, count);
System\Xml\XmlUTF8TextWriter.cs (1)
615byte[] buffer = GetBuffer(XmlConverter.MaxInt64Chars, out int offset);