CodeQL library for C#
codeql/csharp-all 0.9.2-dev (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

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.