6 overrides of WriteEndElementAsync
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
630
public override Task
WriteEndElementAsync
()
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
223
public override Task
WriteEndElementAsync
()
System.Private.Xml (4)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
387
public override Task
WriteEndElementAsync
()
System\Xml\Core\XmlRawWriterAsync.cs (1)
67
public override Task
WriteEndElementAsync
()
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
316
public override Task
WriteEndElementAsync
()
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
40
public override Task
WriteEndElementAsync
()
9 references to WriteEndElementAsync
System.Private.DataContractSerialization (1)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
226
return SetLastTask(CoreWriter.
WriteEndElementAsync
());
System.Private.Xml (7)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
390
var task = _coreWriter.
WriteEndElementAsync
();
System\Xml\Core\XmlWellFormedWriterAsync.cs (1)
348
task = _writer.
WriteEndElementAsync
();
System\Xml\Core\XmlWrappingWriterAsync.cs (1)
42
return writer.
WriteEndElementAsync
();
System\Xml\Core\XmlWriterAsync.cs (4)
309
await
WriteEndElementAsync
().ConfigureAwait(false);
371
await
WriteEndElementAsync
().ConfigureAwait(false);
506
await
WriteEndElementAsync
().ConfigureAwait(false);
552
await
WriteEndElementAsync
().ConfigureAwait(false);
System.Private.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
353
await _writer.
WriteEndElementAsync
().ConfigureAwait(false);