Method FindImplementations
FindImplementations(Point, IRangeList, bool)
Locates all implementations at given position and in the text.
public virtual int FindImplementations(Point position, IRangeList references, bool allDocuments = false)
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.