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)
639await WriteToAsync(w, cancellationToken).ConfigureAwait(false); 713await WriteToAsync(w, cancellationToken).ConfigureAwait(false); 753return WriteToAsync(writer, cancellationToken);