3 references to FindDerivedInterfacesArrayAsync
Microsoft.CodeAnalysis.Features (1)
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
671var allDerivedInterfaces = await SymbolFinder.FindDerivedInterfacesArrayAsync(
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder_Hierarchy.cs (1)
267return await FindDerivedInterfacesArrayAsync(type, solution, transitive, projects, cancellationToken).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphQueries\InheritedByGraphQuery.cs (1)
44var derivedInterfaces = await SymbolFinder.FindDerivedInterfacesArrayAsync(