Method FindReferences
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
FindReferences(Point)
When implemented by a class, locates all references at given position in the text.
IEnumerable<ReferencedSymbol> FindReferences(Point position)
Parameters
position
PointSpecifies position to find declaration.
Returns
- IEnumerable<ReferencedSymbol>
List of ReferencedSymbol that contains all available references.