We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9c0c2 commit d296a8aCopy full SHA for d296a8a
1 file changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll
@@ -474,7 +474,7 @@ private module Cached {
474
kmp = TMkPair(kind, model) and
475
gv = convertAcceptingValue(acceptingvalue)
476
|
477
- g.(Call).getAnArgument() = e or g.(MethodCall).getQualifier() = e
+ g.(Call).getAnArgument() = e or g.(QualifiableExpr).getQualifier() = e
478
)
479
}
480
0 commit comments