mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
C#: Support postupdate notes for assignment expressions.
This commit is contained in:
@@ -421,7 +421,8 @@ module LocalFlow {
|
||||
e instanceof Cast or
|
||||
e instanceof NullCoalescingExpr or
|
||||
e instanceof SwitchExpr or
|
||||
e instanceof SuppressNullableWarningExpr
|
||||
e instanceof SuppressNullableWarningExpr or
|
||||
e instanceof AssignExpr
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user