Table of Contents

Interface IReferencesProvider

Namespace
Loehnert.Lisrt.Scripting.Editor.File.IntelliSense
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for a goto definition provider.

public interface IReferencesProvider

Methods

FindAllReferences(IIntelliSenseContext)

Gets the references for the symbol for the context.

Task<IReferencesResult> FindAllReferences(IIntelliSenseContext context)

Parameters

context IIntelliSenseContext

Context to find the references.

Returns

Task<IReferencesResult>

References of symbol.