Module Callable
INTERNAL: Do not use.
Provides Callable classes, which are things that can be called
such as methods and operators.
Import path
import semmle.code.csharp.internal.CallableClasses
| ExtensionCallableImpl | A callable that is declared as an extension. |
| ExtensionMethodImpl | An extension method. |