Base:
method
WriteEndElementAsync
System.Xml.XmlRawWriter.WriteEndElementAsync(System.String, System.String, System.String)
1 override of WriteEndElementAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1467
internal override async Task
WriteEndElementAsync
(string prefix, string localName, string ns) {
1 reference to WriteEndElementAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1479
await base.
WriteEndElementAsync
( prefix, localName, ns ).ConfigureAwait(false);