CodeQL library for C#
codeql/csharp-all 1.0.5-dev (changelog, source)
Search

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.

isThisParameter

Holds if this position represents a this parameter.

toString

Gets a textual representation of this position.