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
stringFile name containing source code.
position
PointSpecifies current position in text.
Returns
- IEnumerable<ReferencedSymbol>
The set of symbol references at the give position.