Base:
method
WriteChars
System.Xml.XmlRawWriter.WriteChars(System.Char[], System.Int32, System.Int32)
3 overrides of WriteChars
System.Private.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
390
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
131
public override void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1970
public override void
WriteChars
(char[] buffer, int index, int count)
1 reference to WriteChars
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1973
base.
WriteChars
(buffer, index, count);