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

Module FinallySplitting

Import path

import semmle.code.csharp.controlflow.internal.Splitting

Predicates

Classes

FinallySplit

A split for elements belonging to a finally block, which determines how to continue execution after leaving the finally block. For example, in

FinallySplitType

The type of a split finally node.