Base:
method
WriteToAsync
System.Xml.Linq.XNode.WriteToAsync(System.Xml.XmlWriter, System.Threading.CancellationToken)
3 references to WriteToAsync
System.Private.Xml.Linq (3)
System\Xml\Linq\XDocument.cs (3)
647await WriteToAsync(w, cancellationToken).ConfigureAwait(false); 721await WriteToAsync(w, cancellationToken).ConfigureAwait(false); 761return WriteToAsync(writer, cancellationToken);