Method FindDeclaration
FindDeclaration()
Finds the declaration of the symbol at the current position
public virtual SymbolLocation FindDeclaration()
Returns
- SymbolLocation
Declaration symbol location
FindDeclaration(Point)
Finds the declaration of the symbol under a given position
public virtual SymbolLocation FindDeclaration(Point position)
Parameters
position
PointPosition within the text
Returns
- SymbolLocation
Declaration symbol location