Base:
method
WriteChars
System.Xml.XmlRawWriter.WriteChars(System.Char[], System.Int32, System.Int32)
3 overrides of WriteChars
System.Xml (3)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
430public override unsafe void WriteChars( char[] buffer, int index, int count ) {
System\Xml\Core\TextEncodedRawTextWriter.cs (1)
137public override void WriteChars( char[] buffer, int index, int count ) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1794public override void WriteChars( char[] buffer, int index, int count ) {
1 reference to WriteChars
System.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1796base.WriteChars( buffer, index, count );