Skip to content

Commit 242f8f2

Browse files
authored
Merge pull request #1058 from hvitved/csharp/dataflow/performance
C#: Data flow performance improvements
2 parents 35484c0 + 10491e6 commit 242f8f2

File tree

13 files changed

+360
-217
lines changed

13 files changed

+360
-217
lines changed

csharp/ql/src/semmle/code/csharp/controlflow/Guards.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ module Internal {
12211221
exists(Guard g | e = g.getAChildExpr*() |
12221222
g.controls(bb, _)
12231223
or
1224-
g.assertionControlsElement(bb.getANode().getElement(), _)
1224+
g.assertionControlsNode(bb.getANode(), _)
12251225
)
12261226
}
12271227
}

0 commit comments

Comments
 (0)