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

Predicate LocalFlow::localFlowSsaInputFromRead

Holds if read is a last node reading SSA definition def, which can reach next.

Import path

import semmle.code.csharp.dataflow.internal.DataFlowPrivate
predicate localFlowSsaInputFromRead(Node read, DefinitionExt def, SsaInputDefinitionExtNode next)