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

Member predicate Call::getArgumentForName

Gets the argument to this call associated with the parameter with the given name, if any.

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

Expr getArgumentForName(string name)