Base:
method
WriteChars
System.Xml.XmlRawWriter.WriteChars(System.Char[], System.Int32, System.Int32)
3 overrides of WriteChars
System.Private.Xml (3)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
411public override unsafe void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\TextEncodedRawTextWriter.cs (1)
136public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2113public override void WriteChars(char[] buffer, int index, int count)
1 reference to WriteChars
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2116base.WriteChars(buffer, index, count);