Class ArgumentPosition
An argument position.
Import path
import semmle.code.csharp.dataflow.internal.DataFlowDispatch
Direct supertypes
Predicates
getPosition |
Gets the underlying integer position, if any. |
isImplicitCapturedArgumentPosition |
Holds if this position is used to model flow through captured variables. |
isQualifier |
Holds if this position represents a qualifier. |
toString |
Gets a textual representation of this position. |