Table of Contents

Method FindImplementations

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

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 Point

Specifies position to find declaration.

references IRangeList

List of found implementations.

allDocuments bool

Specifies if search needs to process all documents in the solution

Returns

int

Number of found implementations.