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