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