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