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