Skip to content

Commit e06afb6

Browse files
committed
C#: Support postupdate notes for assignment expressions.
1 parent 9ced395 commit e06afb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ module LocalFlow {
421421
e instanceof Cast or
422422
e instanceof NullCoalescingExpr or
423423
e instanceof SwitchExpr or
424-
e instanceof SuppressNullableWarningExpr
424+
e instanceof SuppressNullableWarningExpr or
425+
e instanceof AssignExpr
425426
)
426427
}
427428

0 commit comments

Comments
 (0)