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

Module Splitting

INTERNAL: Do not use.

Provides classes and predicates relevant for splitting the control flow graph.

Import path

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

Imports

Cached
csharp

The default C# QL library.

Classes

Split

A split for a control flow element. For example, a tag that determines how to continue execution after leaving a finally block.

Modules