Base:
method
WriteText
System.Xml.XmlNodeWriter.WriteText(System.Char[], System.Int32, System.Int32)
3 references to WriteText
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (2)
673elementWriter.WriteText(chars, offset, count); 677writer.WriteText(chars, offset, count);
System\Xml\XmlUTF8TextWriter.cs (1)
684WriteText(chars, 0, charCount);