FindReferencesAsync Method
FindReferencesAsync(Point, IRangeList)
When implemented by a class, finds all references of the symbol under a given position
Declaration
Task<int> FindReferencesAsync(Point position, IRangeList references)
Parameters
Type | Name | Description |
---|---|---|
Point | position | Position within the text |
IRangeList | references | List of the found references |
Returns
Type | Description |
---|---|
Task<Int32> | Number of found references |