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