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