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