Base:
method
WriteStartAttributeAsync
System.Xml.XmlWriter.WriteStartAttributeAsync(System.String, System.String, System.String)
1 override of WriteStartAttributeAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1498protected internal override async Task WriteStartAttributeAsync( string prefix, string localName, string ns ) {
1 reference to WriteStartAttributeAsync
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1505await base.WriteStartAttributeAsync( prefix, localName, ns ).ConfigureAwait(false);