CodeQL library for C#
codeql/csharp-all 0.10.0 (changelog, source)
Search

Member predicate Statements::TryStmtTree::getAFinallyPredecessor

Gets a last element from a try or catch block of this try statement that may finish with completion c, such that control may be transferred to the finally block (if it exists), but only if finalizable = true.

AstNode getAFinallyPredecessor(Completion c, boolean finalizable)