FindDeclarationAsync Method
FindDeclarationAsync()
When implemented by a class, finds the declaration of the symbol at the current position.
Declaration
Task<SymbolLocation> FindDeclarationAsync()
Returns
Type | Description |
---|---|
Task<SymbolLocation> | Declaration symbol location |