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