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)
297WriteEscapedText(nsBuffer, nsOffset, nsLength);