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 8f85964 commit e152663Copy full SHA for e152663
csharp/ql/lib/semmle/code/csharp/controlflow/Guards.qll
@@ -1620,10 +1620,6 @@ module Internal {
1620
isGuard(g1, v1) and
1621
v2 = v1
1622
or
1623
- g2 = g1.(Assignment).getLValue() and
1624
- isGuard(g1, v1) and
1625
- v2 = v1
1626
- or
1627
g2 = g1.(CastExpr).getExpr() and
1628
1629
v2 = v1.(NullValue)
0 commit comments