System\Xml\Core\XmlWellFormedWriterAsync.cs (8)
322return SequenceRun(task, thisRef => thisRef.WriteEndElementAsync_NoAdvanceState(), this);
351return SequenceRun(task, thisRef => thisRef.WriteEndElementAsync_FinishWrite(), this);
401return SequenceRun(task, thisRef => thisRef.WriteFullEndElementAsync_NoAdvanceState(), this);
430return SequenceRun(task, thisRef => thisRef.WriteEndElementAsync_FinishWrite(), this);
614return SequenceRun(task, thisRef => thisRef.WriteEndAttributeAsync_NoAdvance(), this);
1311task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this);
1315task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this);
1318task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this);