Provides introspection services for a project, including access to the reference graph for analyzing code relationships between declarations.
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
[InternalImplement]
public interface IProjectIntrospectionService : IProjectService, IServiceMethods
| Name | Description |
|---|---|
| GetReferenceGraph(ICompilation) | Gets the reference graph for a compilation, which enables querying inbound and outbound references between declarations. |