Base:
method
WriteEscapedText
System.Xml.XmlNodeWriter.WriteEscapedText(System.Byte[], System.Int32, System.Int32)
3 references to WriteEscapedText
System.Private.DataContractSerialization (3)
System\Xml\XmlCanonicalWriter.cs (2)
518
_elementWriter.
WriteEscapedText
(chars, offset, count);
522
_writer.
WriteEscapedText
(chars, offset, count);
System\Xml\XmlUTF8TextWriter.cs (1)
297
WriteEscapedText
(nsBuffer, nsOffset, nsLength);