Class Internal::DispatchCallImpl
A call.
Import path
import semmle.code.csharp.dispatch.DispatchDirect supertypes
Known direct subtypes
Predicates
| getADynamicTarget | Gets a dynamic (run-time) target of this call, if any. |
| getAStaticTarget | Gets a static (compile-time) target of this call. |
| getArgument | Gets the |
| getCall | Gets the underlying expression of this call. |
| getLocation | Gets the location of this call. |
| getNumberOfArguments | Gets the number of arguments of this call. |
| getQualifier | Gets the qualifier of this call, if any. |
| getSyntheticQualifier | Gets the qualifier or another expression that can be used for typing purposes, if any. |
| toString | Gets a textual representation of this call. |