Table of Contents

Method FindImplementationsAsync

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

FindImplementationsAsync(Point, IRangeList)

When implemented by a class, finds all implementations of the symbol under the given position in asymc mode.

Task<int> FindImplementationsAsync(Point position, IRangeList references)

Parameters

position Point

Position within the text

references IRangeList

List of the found references

Returns

Task<int>

Number of found implementations