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

Member predicate Call::getArgumentForParameter

Gets the argument for this call associated with the parameter p, if any.

This takes into account both positional and named arguments, but does not consider default arguments.

Expr getArgumentForParameter(Parameter p)