6 references to FindImplementationsAsync
Microsoft.CodeAnalysis.Features (2)
CallHierarchy\AbstractCallHierarchyService.cs (1)
204var implementations = await SymbolFinder.FindImplementationsAsync(symbol, project.Solution, cancellationToken: cancellationToken).ConfigureAwait(false);
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)
266var methodImplementors = await SymbolFinder.FindImplementationsAsync(