mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Remove temporary dispatch restriction
This commit is contained in:
@@ -508,7 +508,7 @@ private module Internal {
|
||||
override RuntimeCallable getADynamicTarget() {
|
||||
result = getAViableInherited()
|
||||
or
|
||||
result = getAViableOverrider() and strictcount(getAViableOverrider()) < 1000
|
||||
result = getAViableOverrider()
|
||||
or
|
||||
// Simple case: target method cannot be overridden
|
||||
result = getAStaticTarget() and
|
||||
|
||||
Reference in New Issue
Block a user