2 references to FindDerivedInterfacesArrayAsync
Microsoft.CodeAnalysis.Features (1)
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
685
var allDerivedInterfaces = await SymbolFinder.
FindDerivedInterfacesArrayAsync
(
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Hierarchy.cs (1)
276
return await
FindDerivedInterfacesArrayAsync
(type, solution, transitive, projects, cancellationToken).ConfigureAwait(false);