C#: Upgrade libraries and queries to use the new Operation classes.

This commit is contained in:
Michael Nebel
2026-03-20 13:00:33 +01:00
parent 149df86ce2
commit 51673312c5
27 changed files with 138 additions and 108 deletions

View File

@@ -23,7 +23,6 @@ class StringCat extends AddExpr {
* where `v` is a simple variable (and not, for example, a property).
*/
predicate isSelfConcatAssignExpr(AssignExpr e, Variable v) {
not e = any(AssignAddExpr a).getExpandedAssignment() and
exists(VariableAccess use |
stringCatContains(e.getRValue(), use) and
use.getTarget() = e.getTargetVariable() and