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