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

Module ParameterNodes

Import path

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

Classes

DelegateSelfReferenceNode

The value of a delegate itself at function entry, viewed as a node in a data flow graph.

ExplicitParameterNode

The value of an explicit parameter at function entry, viewed as a node in a data flow graph.

InstanceParameterNode

An implicit instance (this) parameter.

SsaCapturedEntryDefinition

An implicit entry definition for a captured variable.

SummaryParameterNode

A parameter for a library callable with a flow summary.