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

Module Variable

Provides classes for .Net variables, such as fields and parameters.

Import path

import semmle.code.dotnet.Variable

Imports

Callable

Provides Callable classes, which are things that can be called such as methods and constructors.

Declaration

Provides classes for .Net declarations.

Classes

Field

A .Net field.

Parameter

A parameter to a .Net callable, property or function pointer type.

Variable

A .Net variable.