Table of Contents

Enum NameLookupMode

Namespace
ICSharpCode.Decompiler.CSharp.Resolver
Assembly
ICSharpCode.Decompiler.dll
public enum NameLookupMode

Fields

BaseTypeReference = 4

Name lookup for base type references.

Expression = 0

Normal name lookup in expressions

InvocationTarget = 1

Name lookup in expression, where the expression is the target of an invocation. Such a lookup will only return methods and delegate-typed fields.

Type = 2

Normal name lookup in type references.

TypeInUsingDeclaration = 3

Name lookup in the type reference inside a using declaration.