PostSharp//API Reference/Post­Sharp.​Reflection/ICode­Reference
Open sandboxFocus

Interface ICodeReference

Represents a reference between two declarations.

Namespace: PostSharp.Reflection
Assembly: PostSharp.dll
Syntax
public interface ICodeReference

Properties

Name Description
ReferencedDeclaration

Gets the declaration referenced by the other.

ReferenceKind

Gets the kind of code reference.

ReferencingDeclaration

Gets the declaration referencing the other.