CodeQL library for C#
codeql/csharp-all 6.0.0 (changelog, source)
Search

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.Callable

Classes

ExtensionCallableImpl

A callable that is declared as an extension.

ExtensionMethodImpl

An extension method.