Table of Contents

Method FindImplementationsAsync

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

FindImplementationsAsync(Point, IRangeList)

When implemented by a class, finds all implementationsof the symbol under a given position

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