11 references to ParseDocumentContentAsync
System.Xml (11)
System\Xml\Core\XmlTextReaderImplAsync.cs (11)
157
return
ParseDocumentContentAsync
();
1395
return ParsePIAsync().ContinueBoolTaskFuncWhenFalse(
ParseDocumentContentAsync
);
1404
return ParseCommentAsync().ContinueBoolTaskFuncWhenFalse(
ParseDocumentContentAsync
);
1434
return ParseDoctypeDeclAsync().ContinueBoolTaskFuncWhenFalse(
ParseDocumentContentAsync
);
1474
return ParseRootLevelWhitespaceAsync().ContinueBoolTaskFuncWhenFalse(
ParseDocumentContentAsync
);
1523
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1525
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1541
return
ParseDocumentContentAsync
();
1556
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1562
return await
ParseDocumentContentAsync
().ConfigureAwait(false);
1578
return await
ParseDocumentContentAsync
().ConfigureAwait(false);