Interface IReferencesProvider
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
IIntelliSenseContextContext to find the references.
Returns
- Task<IReferencesResult>
References of symbol.