CodeQL library for C#
codeql/csharp-all 0.10.0 (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()