2 references to FindDerivedInterfacesAsync
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder_Hierarchy.cs (2)
279
/// <inheritdoc cref="
FindDerivedInterfacesAsync
(INamedTypeSymbol, Solution, bool, IImmutableSet{Project}, CancellationToken)"/>
367
var transitiveDerivedInterfaces = await
FindDerivedInterfacesAsync
(containingType, solution, transitive: true, projects, cancellationToken).ConfigureAwait(false);