Base:
method
WriteEndAttributeAsync
System.Xml.XmlWriter.WriteEndAttributeAsync()
5 references to WriteEndAttributeAsync
System.Private.Xml (5)
System\Xml\Core\XmlWellFormedWriterAsync.cs (5)
1311task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this); 1315task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this); 1318task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this); 1322return AdvanceStateAsync_ReturnWhenFinish(WriteEndAttributeAsync(), State.Attribute); 1364return AdvanceStateAsync_ReturnWhenFinish(WriteEndAttributeAsync(), State.RootLevelAttr);