Base:
method
WriteCharsAsync
System.Xml.XmlRawWriter.WriteCharsAsync(System.Char[], System.Int32, System.Int32)
1 override of WriteCharsAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1562public override Task WriteCharsAsync( char[] buffer, int index, int count ) {
1 reference to WriteCharsAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1565return base.WriteCharsAsync( buffer, index, count );