DeclarationExtensions Class
Extension methods for IDeclaration.
Inheritance
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class DeclarationExtensions : Object
Methods
Name | Description |
---|---|
ContainingAncestors(IDeclaration) | Gets all containing ancestors, i.e. |
ContainingAncestorsAndSelf(IDeclaration) | Gets all containing ancestors including the current declaration, i.e. |
Enhancements<T>(T) | Gets an object that gives access to the aspects, options and annotations on the current declaration. |
ForCompilation(IFieldOrProperty, ICompilation, ReferenceResolutionOptions) | |
ForCompilation<T>(T, ICompilation, ReferenceResolutionOptions) | Gets a representation of the current declaration in a different version of the compilation. |
GetClosestNamedType(IDeclaration) | Gets the declaring INamedType of a given declaration if the declaration if not an INamedType, or the INamedType itself if the given declaration is itself an INamedType. |
GetTopmostNamedType(IDeclaration) | Gets the topmost type of a nested type, i.e. a type that is not contained in any other type. If the given type is not a given type, returns the given type itself. |
IsContainedIn(IDeclaration, IDeclaration) | Determines if a given declaration is a child of another given declaration, using the ContainingDeclaration relationship for all declarations except for named type, where the parent namespace is considered. |
IsRecordCopyConstructor(IConstructor) |