Method FindImplementations
FindImplementations(Point, IRangeList, bool)
Finds the symbols that implement an interface or interface member.
public override int FindImplementations(Point position, IRangeList references, bool allDocuments = true)
Parameters
position
PointSpecifies position to find declaration.
references
IRangeListList of found implementations.
allDocuments
boolSpecifies if search needs to process all documents in the solution
Returns
- int
Number of found implementations.