Method FindReferences
FindReferences(Point)
Locates and highlights references at given position in the text.
public override void FindReferences(Point position)Parameters
- positionPoint
- Specifies position to find declaration. 
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 = false)Parameters
- positionPoint
- Specifies position to find declaration. 
- referencesIRangeList
- Retrieves references to found declaration. 
- allDocumentsbool
- Specifies if search needs to process all documents in the solution 
Returns
- int
- Number of found references. 
FindReferences(Point, bool)
protected virtual IRangeList FindReferences(Point position, bool allDocuments = false)