3 references to FindImplementationsArrayAsync
Microsoft.CodeAnalysis.Features (1)
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
676var allImplementations = await SymbolFinder.FindImplementationsArrayAsync(
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Hierarchy.cs (1)
303return await FindImplementationsArrayAsync(type, solution, transitive, projects, cancellationToken).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphQueries\InheritedByGraphQuery.cs (1)
42var implementingClassesAndStructs = await SymbolFinder.FindImplementationsArrayAsync(