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