Base:
method
WriteEndAttributeAsync
System.Xml.XmlWriter.WriteEndAttributeAsync()
5 references to WriteEndAttributeAsync
System.Xml (5)
System\Xml\Core\XmlWellFormedWriterAsync.cs (5)
1095task = SequenceRun(WriteEndAttributeAsync(), StartElementContentAsync); 1099task = SequenceRun(WriteEndAttributeAsync(), StartElementContentAsync); 1102task = SequenceRun(WriteEndAttributeAsync(), StartElementContentAsync); 1106return AdvanceStateAsync_ReturnWhenFinish(WriteEndAttributeAsync(), State.Attribute); 1145return AdvanceStateAsync_ReturnWhenFinish(WriteEndAttributeAsync(), State.RootLevelAttr);