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