Method FindReferences
- Namespace
- Alternet.Common.TypeScript.Native
- Assembly
- Alternet.Common.TypeScript.v9.dll
FindReferences(dynamic, string, Point)
Get list of reference symbols for the symbol at given position
public static IEnumerable<ReferencedSymbol> FindReferences(dynamic parser, string fileName, Point position)
Parameters
parser
dynamicV8Parser.
fileName
stringFile name of the given document
position
PointCurrent position within the text
Returns
- IEnumerable<ReferencedSymbol>
List of reference symbols for the given symbol.