mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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