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