Base:
method
WriteText
System.Xml.XmlNodeWriter.WriteText(System.Char[], System.Int32, System.Int32)
3 references to WriteText
System.Private.DataContractSerialization (3)
System\Xml\XmlCanonicalWriter.cs (2)
606_elementWriter.WriteText(chars, offset, count); 610_writer.WriteText(chars, offset, count);
System\Xml\XmlUTF8TextWriter.cs (1)
599WriteText(chars, 0, charCount);