We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b45da commit 789e2e4Copy full SHA for 789e2e4
csharp/ql/lib/semmle/code/csharp/dispatch/Dispatch.qll
@@ -508,7 +508,7 @@ private module Internal {
508
override RuntimeCallable getADynamicTarget() {
509
result = getAViableInherited()
510
or
511
- result = getAViableOverrider() and strictcount(getAViableOverrider()) < 1000
+ result = getAViableOverrider()
512
513
// Simple case: target method cannot be overridden
514
result = getAStaticTarget() and
0 commit comments