7 references to FindImplementationsAsync
Microsoft.CodeAnalysis.Features (1)
FindUsages\AbstractFindUsagesService_FindImplementations.cs (1)
174var 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)
228var methodImplementors = await SymbolFinder.FindImplementationsAsync(
Microsoft.VisualStudio.LanguageServices (2)
CallHierarchy\Finders\ImplementerFinder.cs (1)
40var implementations = await SymbolFinder.FindImplementationsAsync(symbol, project.Solution, cancellationToken: cancellationToken).ConfigureAwait(false);
Progression\GraphQueries\ImplementedByGraphQuery.cs (1)
33var implementations = await SymbolFinder.FindImplementationsAsync(symbol, solution, cancellationToken: cancellationToken).ConfigureAwait(false);