Class ParameterPosition
A parameter position.
Import path
import semmle.code.csharp.dataflow.internal.DataFlowDispatch
Direct supertypes
Predicates
getPosition | Gets the underlying integer position, if any. |
isDelegateSelf | Holds if this position represents a reference to a delegate itself. |
isImplicitCapturedParameterPosition | Holds if this position is used to model flow through captured variables. |
isThisParameter | Holds if this position represents a |
toString | Gets a textual representation of this position. |