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)
390public override unsafe void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
131public override void WriteChars(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1970public override void WriteChars(char[] buffer, int index, int count)
1 reference to WriteChars
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1973base.WriteChars(buffer, index, count);