We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe7594 commit 21a896dCopy full SHA for 21a896d
csharp/ql/consistency-queries/DataFlowConsistency.ql
@@ -45,7 +45,7 @@ private module Input implements InputSig<Location, CsharpDataFlow> {
45
or
46
n instanceof ParamsArgumentNode
47
48
- n.asExpr() = any(Expr e | not exprMayHavePostUpdateNode(e))
+ exists(n.asExpr())
49
}
50
51
predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }
0 commit comments