Class DataFlowCallable
A callable used for data flow.
Import path
import semmle.code.csharp.dataflow.internal.DataFlowDispatchDirect 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. |