3 references to FindDerivedClassesAsync
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
NavigationCommandHandlers\FindDerivedSymbolsCommandHandler.cs (1)
75return await SymbolFinder.FindDerivedClassesAsync(namedTypeSymbol3, solution, null, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\SymbolFinder_Hierarchy.cs (2)
47var derivedTypes = await FindDerivedClassesAsync( 135? await FindDerivedClassesAsync(containingType, solution, projects, cancellationToken).ConfigureAwait(false)