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
positionPointSpecifies position to find declaration.
referencesIRangeListList of found implementations.
allDocumentsboolSpecifies if search needs to process all documents in the solution
Returns
- int
Number of found implementations.