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

getLocation

Get the location of this dataflow callable.

getUnderlyingCallable

Gets the underlying callable.

toString

Gets a textual representation of this dataflow callable.