7 references to FindImplementationsAsync
Microsoft.CodeAnalysis.Features (1)
FindUsages\AbstractFindUsagesService_FindImplementations.cs (1)
173
var implementations = await SymbolFinder.
FindImplementationsAsync
(
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SymbolFinder_Hierarchy.cs (3)
203
/// "derived", but can be found with <see cref="
FindImplementationsAsync
(ISymbol, Solution,
220
/// "derived", but can be found with <see cref="
FindImplementationsAsync
(ISymbol, Solution,
351
/// <inheritdoc cref="
FindImplementationsAsync
(ISymbol, Solution, IImmutableSet{Project}, CancellationToken)"/>
Rename\RenameUtilities.cs (1)
228
var methodImplementors = await SymbolFinder.
FindImplementationsAsync
(
Microsoft.VisualStudio.LanguageServices (2)
CallHierarchy\Finders\ImplementerFinder.cs (1)
38
var implementations = await SymbolFinder.
FindImplementationsAsync
(symbol, project.Solution, cancellationToken: cancellationToken).ConfigureAwait(false);
Progression\GraphQueries\ImplementedByGraphQuery.cs (1)
31
var implementations = await SymbolFinder.
FindImplementationsAsync
(symbol, solution, cancellationToken: cancellationToken).ConfigureAwait(false);