Base:
method
WriteCharsAsync
System.Xml.XmlWriter.WriteCharsAsync(System.Char[], System.Int32, System.Int32)
2 overrides of WriteCharsAsync
System.Private.Xml (2)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
545public override Task WriteCharsAsync(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
489public override Task WriteCharsAsync(char[] buffer, int index, int count)