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