Base:
method
WriteStartElementAsync
System.Xml.XmlWriter.WriteStartElementAsync(System.String, System.String, System.String)
1 override of WriteStartElementAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1453public override async Task WriteStartElementAsync( string prefix, string localName, string ns ) {
1 reference to WriteStartElementAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1464await base.WriteStartElementAsync( prefix, localName, ns ).ConfigureAwait(false);