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

Class DataFlowCallable

A callable used for data flow.

Import path

import semmle.code.csharp.dataflow.internal.DataFlowDispatch

Direct supertypes

Predicates

asCallable

Gets the underlying source code callable, if any.

asCapturedVariable
asFieldOrProperty

Gets the underlying field or property, if any.

asSummarizedCallable

Gets the underlying summarized callable, if any.

getAControlFlowNode

Gets a control flow node belonging to this callable.

getLocation

Get the location of this dataflow callable.

getUnderlyingCallable

Gets the underlying callable.

isMultiBodied

Holds if the underlying callable is multi-bodied.

toString

Gets a textual representation of this dataflow callable.