8 references to ContinueBoolTaskFuncWhenFalse
System.Xml (8)
System\Xml\Core\XmlTextReaderImplAsync.cs (8)
1395
return ParsePIAsync().
ContinueBoolTaskFuncWhenFalse
(ParseDocumentContentAsync);
1404
return ParseCommentAsync().
ContinueBoolTaskFuncWhenFalse
(ParseDocumentContentAsync);
1434
return ParseDoctypeDeclAsync().
ContinueBoolTaskFuncWhenFalse
(ParseDocumentContentAsync);
1474
return ParseRootLevelWhitespaceAsync().
ContinueBoolTaskFuncWhenFalse
(ParseDocumentContentAsync);
1607
return ParsePIAsync().
ContinueBoolTaskFuncWhenFalse
(ParseElementContentAsync);
1616
return ParseCommentAsync().
ContinueBoolTaskFuncWhenFalse
(ParseElementContentAsync);
1663
return ParseTextAsync().
ContinueBoolTaskFuncWhenFalse
(ParseElementContentAsync);
1671
return ParseTextAsync().
ContinueBoolTaskFuncWhenFalse
(ParseElementContentAsync);