Method FindReferences
FindReferences(Point)
Locates and highlights references at given position in the text.
public virtual void FindReferences(Point position)
Parameters
positionPointSpecifies position to find declaration.
FindReferences(ISyntaxNode, ISyntaxNodes)
Locates all references to the node in the text.
public virtual int FindReferences(ISyntaxNode node, ISyntaxNodes references)
Parameters
nodeISyntaxNodeSpecifies
ISyntaxNodeto find references.referencesISyntaxNodesRetrieves references to node.
Returns
- int
Number of found references.
FindReferences(Point, IRangeList, bool)
Locates declaration at given position and finds all references to this declaration in the text.
public virtual int FindReferences(Point position, IRangeList references, bool allDocuments = false)
Parameters
positionPointSpecifies position to find declaration.
referencesIRangeListRetrieves references to found declaration.
allDocumentsboolSpecifies if search needs to process all documents in the solution
Returns
- int
Number of found references.