2 references to GetAllTypes
Microsoft.CodeAnalysis.Features (2)
Completion\Providers\ImportCompletionProvider\ExtensionMethodImportCompletionHelper.SymbolComputer_Constraints.cs (2)
58foreach (var baseType in GetAllTypes(constraintType, typeKind, getInheritanceTypes)) 89foreach (var type in GetAllTypes(receiverTypeSymbol, constraintTypeKind, getInheritanceTypes))