Table of Contents

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 dynamic

V8Parser.

fileName string

File name of the given document

position Point

Current position within the text

Returns

IEnumerable<ReferenceEntry>

List of reference entries for the given symbol.