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

Class Flow::SynthesizedCaptureNode

A synthesized data flow node representing the storage of a captured variable.

Import path

import codeql.dataflow.VariableCapture

Direct supertypes

Indirect supertypes

Predicates

getEnclosingCallable

Gets the enclosing callable.

isInstanceAccess

Holds if this node is a synthesized instance access.

isVariableAccess

Holds if this node is a synthesized access of v.

Inherited predicates

getLocation

Gets the location of this node.

from ClosureNode
toString

Gets a textual representation of this node.

from ClosureNode