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