6 references to ParseElementContentAsync
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImplAsync.cs (6)
169
return
ParseElementContentAsync
();
1745
return ParsePIAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseElementContentAsync
(), this);
1756
return ParseCommentAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseElementContentAsync
(), this);
1812
return ParseTextAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseElementContentAsync
(), this);
1822
return ParseTextAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseElementContentAsync
(), this);
1852
return await
ParseElementContentAsync
().ConfigureAwait(false);