Base:
method
WriteStartElementAsync
System.Xml.XmlWriter.WriteStartElementAsync(System.String, System.String, System.String)
1 override of WriteStartElementAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1919public override async Task WriteStartElementAsync(string? prefix, string localName, string? ns)
1 reference to WriteStartElementAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1932await base.WriteStartElementAsync(prefix, localName, ns).ConfigureAwait(false);