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