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

Member predicate Callable::calls

Holds if callee is potentially called from this callable. That is, callee is a potential run-time target of a call in the body of this callable.

predicate calls(Callable callee)