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

Module Declaration

Provides classes for declarations and members.

Import path

import semmle.code.cil.Declaration

Imports

CIL

Provides the core CIL data model.

Classes

Declaration

A declaration. Either a member (Member) or a variable (Variable).

Event

An event.

Member

A member of a type. Either a type (Type), a method (Method), a property (Property), or an event (Event).

Property

A property.

TrivialProperty

A property that is trivial (wraps a field).