Table of Contents

Method FindReferences

Namespace
Alternet.Common.TypeScript.Compiler
Assembly
Alternet.Common.TypeScript.v9.dll

FindReferences(string, Point)

Gets list of symbol references at the specified position.

public IEnumerable<ReferencedSymbol> FindReferences(string fileName, Point position)

Parameters

fileName string

File name containing source code.

position Point

Specifies current position in text.

Returns

IEnumerable<ReferencedSymbol>

The set of symbol references at the give position.