We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b67d57 commit 9492fc5Copy full SHA for 9492fc5
csharp/ql/src/semmle/code/csharp/exprs/Call.qll
@@ -534,7 +534,7 @@ class MutatorOperatorCall extends OperatorCall {
534
* }
535
* ```
536
*/
537
-class DelegateCall extends Call, @delegate_invocation_expr {
+class DelegateCall extends Call, QualifiableExpr, @delegate_invocation_expr {
538
override Callable getTarget() { none() }
539
540
/**
0 commit comments