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

Predicate isUnreachableInCall

Holds if the node n is unreachable when the call context is call.

Import path

import semmle.code.csharp.dataflow.internal.DataFlowPrivate
predicate isUnreachableInCall(Node n, DataFlowCall call)