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