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

Predicate Make::Consistency::simpleAndNormalSuccessors

Holds if node has both a simple and a normal (non-simple) successor type.

Import path

import codeql.controlflow.Cfg
predicate simpleAndNormalSuccessors(Node node, NormalSuccessorType t1, SimpleSuccessorType t2, Node succ1, Node succ2)