Base:
method
WriteStartAttributeAsync
System.Xml.XmlWriter.WriteStartAttributeAsync(System.String, System.String, System.String)
1 override of WriteStartAttributeAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1972protected internal override async Task WriteStartAttributeAsync(string? prefix, string localName, string? ns)
1 reference to WriteStartAttributeAsync
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1981await base.WriteStartAttributeAsync(prefix, localName, ns).ConfigureAwait(false);