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)
411
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\TextEncodedRawTextWriter.cs (1)
136
public override void
WriteChars
(char[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2113
public override void
WriteChars
(char[] buffer, int index, int count)
1 reference to WriteChars
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2116
base.
WriteChars
(buffer, index, count);