8 references to ContinueBoolTaskFuncWhenFalseAsync
System.Private.Xml (8)
System\Xml\Core\XmlTextReaderImplAsync.cs (8)
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);
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);