Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code/IRef<T>/Get­Target­Or­Null
Open sandboxFocus

Method GetTargetOrNull

GetTargetOrNull(ICompilation, ReferenceResolutionOptions)

Gets the target of the reference for a given compilation, or returns null if the reference cannot be resolved. To get the reference for the current execution context, use the GetTarget<T>(IRef<T>, ReferenceResolutionOptions) extension method.

Declaration
T GetTargetOrNull(ICompilation compilation, ReferenceResolutionOptions options)
Parameters
Type Name Description
ICompilation compilation
ReferenceResolutionOptions options
Returns
Type Description
T