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

Module ControlFlowNodes

Provides different types of control flow nodes.

Import path

import csharp

Classes

ElementNode

A node for a control flow element, that is, an expression or a statement.

ExprNode

A control-flow node for an expression.