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