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

Predicate Make::Private::summaryAllowParameterReturnInSelf

Holds if flow is allowed to pass from the parameter at position pos of c, to a return node, and back out to the parameter.

Import path

import codeql.dataflow.internal.FlowSummaryImpl
predicate summaryAllowParameterReturnInSelf(SummarizedCallable c, ParameterPosition ppos)