3 references to maxEntityLength
System.Private.DataContractSerialization (3)
System\Xml\XmlUTF8TextWriter.cs (3)
111
private byte[] GetCharEntityBuffer() => _entityChars ??= new byte[
maxEntityLength
];
515
int offset =
maxEntityLength
;
521
WriteUTF8Bytes(chars.AsSpan(offset,
maxEntityLength
- offset));