4 overrides of WriteEndDocumentAsync
System.Xml (4)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
304
public override Task
WriteEndDocumentAsync
() {
System\Xml\Core\XmlRawWriterAsync.cs (1)
55
public override Task
WriteEndDocumentAsync
() {
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
28
public override async Task
WriteEndDocumentAsync
() {
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
22
public override Task
WriteEndDocumentAsync
() {
3 references to WriteEndDocumentAsync
System.Xml (3)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
306
var task = coreWriter.
WriteEndDocumentAsync
();
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
41
await writer.
WriteEndDocumentAsync
().ConfigureAwait(false);
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
23
return writer.
WriteEndDocumentAsync
();