Skip to content

Commit 789e2e4

Browse files
committed
C#: Remove temporary dispatch restriction
1 parent 05b45da commit 789e2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dispatch/Dispatch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ private module Internal {
508508
override RuntimeCallable getADynamicTarget() {
509509
result = getAViableInherited()
510510
or
511-
result = getAViableOverrider() and strictcount(getAViableOverrider()) < 1000
511+
result = getAViableOverrider()
512512
or
513513
// Simple case: target method cannot be overridden
514514
result = getAStaticTarget() and

0 commit comments

Comments
 (0)