C#: Exclude function pointer calls for the DB isNotOk missing target.

This commit is contained in:
Michael Nebel
2026-05-21 16:17:18 +02:00
parent ad18659373
commit 01b463f442

View File

@@ -63,7 +63,7 @@ module CallTargetStats implements StatsSig {
additional predicate isNotOkCall(Call c) {
not exists(c.getTarget()) and
not c instanceof DelegateCall and
not c instanceof DelegateLikeCall and
not c instanceof DynamicExpr and
not isNoSetterPropertyCallInConstructor(c) and
not isNoSetterPropertyInitialization(c) and