mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
C#: Update QL doc for getRuntimeArgumentForParameter.
This commit is contained in:
@@ -183,7 +183,9 @@ class Call extends DotNet::Call, Expr, @call {
|
||||
* Gets the argument that corresponds to parameter `p` of a potential
|
||||
* run-time target of this call.
|
||||
*
|
||||
* Does not consider default arguments.
|
||||
* Does not consider
|
||||
* - default arguments,
|
||||
* - named arguments.
|
||||
*/
|
||||
Expr getRuntimeArgumentForParameter(Parameter p) {
|
||||
exists(Callable c |
|
||||
|
||||
Reference in New Issue
Block a user