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.
2 parents c29353d + 2be9f3e commit 6471092Copy full SHA for 6471092
csharp/ql/src/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()
+ result = getAViableOverrider() and strictcount(getAViableOverrider()) < 1000
512
513
// Simple case: target method cannot be overridden
514
result = getAStaticTarget() and
0 commit comments