2 references to FindImplementationsArrayAsync
Microsoft.CodeAnalysis.Features (1)
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
690var allImplementations = await SymbolFinder.FindImplementationsArrayAsync(
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Hierarchy.cs (1)
312return await FindImplementationsArrayAsync(type, solution, transitive, projects, cancellationToken).ConfigureAwait(false);