Table of Contents

Method FindImplementations

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

FindImplementations(Point, IRangeList, bool)

When implemented by a class, locates all implementations at given position and in the text.

int FindImplementations(Point position, IRangeList references, bool allDocuments = false)

Parameters

position Point

Specifies position to find declaration.

references IRangeList

Retrieves references to found declaration.

allDocuments bool

Specifies if search needs to process all documents in the solution

Returns

int

Number of found references.