9 references to FindDerivedClassesArrayAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
SymbolFinder\DependentTypeFinderTests.cs (5)
651var results = await SymbolFinder.FindDerivedClassesArrayAsync(firstType, solution, transitive: true, ImmutableHashSet.Create(csProject), CancellationToken.None); 656results = await SymbolFinder.FindDerivedClassesArrayAsync(firstType, solution, transitive: true, ImmutableHashSet.Create(otherProject), CancellationToken.None); 704var typesThatDerive = await SymbolFinder.FindDerivedClassesArrayAsync( 711var typesThatDerive = await SymbolFinder.FindDerivedClassesArrayAsync( 718var typesThatDerive = await SymbolFinder.FindDerivedClassesArrayAsync(
Microsoft.CodeAnalysis.Features (1)
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
685return await SymbolFinder.FindDerivedClassesArrayAsync(
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder_Hierarchy.cs (2)
231return await FindDerivedClassesArrayAsync(type, solution, transitive, projects, cancellationToken).ConfigureAwait(false); 234/// <inheritdoc cref="FindDerivedClassesArrayAsync(INamedTypeSymbol, Solution, bool, IImmutableSet{Project}, CancellationToken)"/>
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphQueries\InheritedByGraphQuery.cs (1)
31var derivedTypes = await SymbolFinder.FindDerivedClassesArrayAsync(