Table of Contents

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 dynamic

V8Parser.

fileName string

File name of the given document

position Point

Current position within the text

Returns

IEnumerable<ReferencedSymbol>

List of reference symbols for the given symbol.