3 references to maxEntityLength
System.Runtime.Serialization (3)
System\Xml\XmlUTF8TextWriter.cs (3)
150entityChars = new byte[maxEntityLength]; 595int offset = maxEntityLength; 601WriteUTF8Chars(chars, offset, maxEntityLength - offset);