C#: Deprecate get[L|R]Value predicates.

This commit is contained in:
Michael Nebel
2026-03-27 12:49:03 +01:00
parent 43d002e6b5
commit 9c095bc580
81 changed files with 216 additions and 195 deletions

View File

@@ -3,7 +3,7 @@ import csharp
private predicate getLambda(
LocalVariableDeclAndInitExpr e, string type, LocalVariable v, LambdaExpr lexp
) {
lexp = e.getRValue() and
lexp = e.getRightOperand() and
v = e.getTargetVariable() and
type = e.getType().toStringWithTypes()
}