Skip to content

Commit 1770bee

Browse files
committed
C#: Update QL doc for getRuntimeArgumentForParameter.
1 parent 4c1e84b commit 1770bee

File tree

1 file changed

+3
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/exprs

1 file changed

+3
-1
lines changed

csharp/ql/lib/semmle/code/csharp/exprs/Call.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ class Call extends DotNet::Call, Expr, @call {
183183
* Gets the argument that corresponds to parameter `p` of a potential
184184
* run-time target of this call.
185185
*
186-
* Does not consider default arguments.
186+
* Does not consider
187+
* - default arguments,
188+
* - named arguments.
187189
*/
188190
Expr getRuntimeArgumentForParameter(Parameter p) {
189191
exists(Callable c |

0 commit comments

Comments
 (0)