Method FindReferences
FindReferences(Point, IRangeList, bool)
Locates declaration at given position and finds all references to this declaration in the text.
public override int FindReferences(Point position, IRangeList references, bool allDocuments)
Parameters
position
PointSpecifies position to find declaration.
references
IRangeListRetrieves references to found declaration.
allDocuments
boolSpecifies if search needs to process all documents in the solution
Returns
- int
Number of found references.