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