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

Member predicate Call::getRuntimeArgumentForParameter

Gets the argument that corresponds to parameter p of a potential run-time target of this call.

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

Expr getRuntimeArgumentForParameter(Parameter p)