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

Class DataFlowNode

A node in the data flow graph.

Either an instruction (Instruction), a method return (Method), or a variable (Variable).

Import path

import semmle.code.cil.DataFlow

Direct supertypes

Known direct subtypes

Predicates

flowsTo

Holds if this node flows to sink in zero or more steps.

getALocalFlowSucc

Holds if this node flows to sink in one step. tt is the tainting that occurs during this step.

getLocation

Gets the location of this dataflow node.

getMethod

Gets the method that contains this dataflow node.

getType

Gets the type of this data flow node.

toString

Gets a textual representation of this data flow node.