6 overrides of WriteToAsync
System.Private.Xml.Linq (6)
System\Xml\Linq\XComment.cs (1)
108
public override Task
WriteToAsync
(XmlWriter writer, CancellationToken cancellationToken)
System\Xml\Linq\XDocument.cs (1)
825
public override Task
WriteToAsync
(XmlWriter writer, CancellationToken cancellationToken)
System\Xml\Linq\XDocumentType.cs (1)
160
public override Task
WriteToAsync
(XmlWriter writer, CancellationToken cancellationToken)
System\Xml\Linq\XElement.cs (1)
1315
public override Task
WriteToAsync
(XmlWriter writer, CancellationToken cancellationToken)
System\Xml\Linq\XProcessingInstruction.cs (1)
134
public override Task
WriteToAsync
(XmlWriter writer, CancellationToken cancellationToken)
System\Xml\Linq\XText.cs (1)
106
public override Task
WriteToAsync
(XmlWriter writer, CancellationToken cancellationToken)
2 references to WriteToAsync
System.Private.Xml.Linq (2)
System\Xml\Linq\XContainer.cs (1)
1347
await n.
WriteToAsync
(writer, cancellationToken).ConfigureAwait(false);
System\Xml\Linq\XLinq.cs (1)
283
await n.
WriteToAsync
(_writer, cancellationToken).ConfigureAwait(false);