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

Member predicate TryStmt::getATriedElement

Gets a control flow element that is tried by this try statement.

That is, a child element that is not tried by another nested try statement.

ControlFlowElement getATriedElement()