Table of Contents

Method FindReferences

Namespace
Alternet.Syntax.Parsers.TypeScript
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

FindReferences(Point)

When implemented by a class, locates all references at given position in the text.

IEnumerable<ReferencedSymbol> FindReferences(Point position)

Parameters

position Point

Specifies position to find declaration.

Returns

IEnumerable<ReferencedSymbol>

List of ReferencedSymbol that contains all available references.