GetReferenceGraph(ICompilation)
Gets the reference graph for a compilation, which enables querying inbound and outbound references between declarations.
Declaration
IIntrospectionReferenceGraph GetReferenceGraph(ICompilation compilation)Parameters
| Type | Name | Description |
|---|---|---|
| ICompilation | compilation | The compilation to get the reference graph for. |
Returns
| Type | Description |
|---|---|
| IIntrospectionReferenceGraph | An IIntrospectionReferenceGraph for the specified compilation. |