11 references to ParseDocumentContentAsync
System.Private.Xml (11)
System\Xml\Core\XmlTextReaderImplAsync.cs (11)
171
return
ParseDocumentContentAsync
();
1489
return ParsePIAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseDocumentContentAsync
(), this);
1500
return ParseCommentAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseDocumentContentAsync
(), this);
1539
return ParseDoctypeDeclAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseDocumentContentAsync
(), this);
1589
return ParseRootLevelWhitespaceAsync().ContinueBoolTaskFuncWhenFalseAsync(thisRef => thisRef.
ParseDocumentContentAsync
(), this);
1645
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1647
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1667
return
ParseDocumentContentAsync
();
1686
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1694
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1710
return await
ParseDocumentContentAsync
().ConfigureAwait(false);