Skip to content

Commit 20f4be5

Browse files
committed
FIXUP Control flow graph impl.
1 parent ed91f71 commit 20f4be5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csharp/ql/lib/semmle/code/csharp/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,7 @@ module Expressions {
602602
QualifiedAccessorWrite() {
603603
def.getExpr() = this and
604604
def.getTargetAccess().(WriteAccess) instanceof QualifiableExpr and
605-
not def instanceof AssignableDefinitions::OutRefDefinition and
606-
not def instanceof AssignableDefinitions::AssignOperationDefinition
605+
not def instanceof AssignableDefinitions::OutRefDefinition
607606
}
608607

609608
/**

0 commit comments

Comments
 (0)