Base:
method
WriteChars
System.Xml.XmlRawWriter.WriteChars(System.Char[], System.Int32, System.Int32)
3 overrides of WriteChars
System.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
430
public override unsafe void
WriteChars
( char[] buffer, int index, int count ) {
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
137
public override void
WriteChars
( char[] buffer, int index, int count ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1690
public override void
WriteChars
( char[] buffer, int index, int count ) {
1 reference to WriteChars
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1692
base.
WriteChars
( buffer, index, count );