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

Class VariableCapture::CaptureInput::CapturedParameter

A parameter that is captured in a closure.

Import path

import semmle.code.csharp.dataflow.internal.DataFlowPrivate

Direct supertypes

Indirect supertypes

Known direct subtypes

    Predicates

    Inherited predicates

    asLocalScopeVariablefrom CapturedVariable
    asThisfrom CapturedVariable
    getCallable

    Gets the callable that defines this variable.

    from CapturedVariable
    getLocation

    Gets the location of this variable.

    from CapturedVariable
    getTypefrom CapturedVariable
    toString

    Gets a textual representation of this variable.

    from CapturedVariable