We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a0846 commit 147e2d3Copy full SHA for 147e2d3
csharp/ql/lib/semmle/code/csharp/ExprOrStmtParent.qll
@@ -190,8 +190,8 @@ private module Cached {
190
pragma[inline]
191
private ControlFlowElement enclosingStart(ControlFlowElement cfe) {
192
result = cfe
193
- or
194
- getAChild(result).(AnonymousFunctionExpr) = cfe
+ // or
+ // getAChild(result).(AnonymousFunctionExpr) = cfe
195
}
196
197
private predicate parent(ControlFlowElement child, ExprOrStmtParent parent) {
0 commit comments