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