Class ArgumentPosition
An argument position.
Import path
import semmle.code.csharp.dataflow.internal.DataFlowDispatchDirect supertypes
Predicates
| getPosition | Gets the underlying integer position, if any. |
| isDelegateSelf | Holds if this position represents a reference to a delegate itself. |
| isQualifier | Holds if this position represents a qualifier. |
| toString | Gets a textual representation of this position. |