2 references to ParseCommentAsync
System.Xml (2)
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
1404
return
ParseCommentAsync
().ContinueBoolTaskFuncWhenFalse(ParseDocumentContentAsync);
1616
return
ParseCommentAsync
().ContinueBoolTaskFuncWhenFalse(ParseElementContentAsync);