Method FindDeclaration
FindDeclaration()
Finds the declaration of the symbol at the current position
public virtual SymbolLocation FindDeclaration()
Returns
- SymbolLocation
Declaration symbol location
FindDeclaration(Point, bool)
Finds the declaration of the symbol under a given position
public virtual SymbolLocation FindDeclaration(Point position, bool includeNonSource = false)
Parameters
positionPointPosition within the text
includeNonSourceboolSpecifies that locations should be returned even if it's not in the source files.
Returns
- SymbolLocation
Declaration symbol location