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

Predicate LocalFlow::localSsaFlowStepUseUse

Holds if there is a local use-use flow step from nodeFrom to nodeTo involving SSA definition def.

Import path

import semmle.code.csharp.dataflow.internal.DataFlowPrivate
predicate localSsaFlowStepUseUse(DefinitionExt def, Node nodeFrom, Node nodeTo)