Base:
method
WriteEscapedText
System.Xml.XmlNodeWriter.WriteEscapedText(System.Char[], System.Int32, System.Int32)
2 references to WriteEscapedText
System.Private.DataContractSerialization (2)
System\Xml\XmlCanonicalWriter.cs (2)
535
_elementWriter.
WriteEscapedText
(chars, offset, count);
539
_writer.
WriteEscapedText
(chars, offset, count);