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)
430public override unsafe void WriteChars( char[] buffer, int index, int count ) {
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
137public override void WriteChars( char[] buffer, int index, int count ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1690public override void WriteChars( char[] buffer, int index, int count ) {
1 reference to WriteChars
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1692base.WriteChars( buffer, index, count );