6 references to StartElementContentAsync
System.Private.Xml (6)
System\Xml\Core\XmlWellFormedWriterAsync.cs (6)
1296return AdvanceStateAsync_ReturnWhenFinish(StartElementContentAsync(), State.Content); 1299return AdvanceStateAsync_ReturnWhenFinish(StartElementContentAsync(), State.Element); 1302return AdvanceStateAsync_ReturnWhenFinish(StartElementContentAsync(), State.B64Content); 1311task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this); 1315task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this); 1318task = SequenceRun(WriteEndAttributeAsync(), thisRef => thisRef.StartElementContentAsync(), this);