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