4 references to TypesParts
Microsoft.CodeAnalysis.Features (4)
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AnonymousTypes.cs (2)
41if (typeDisplayInfo.TypesParts.Count > 0) 42AddToGroup(SymbolDescriptionGroups.StructuralTypes, typeDisplayInfo.TypesParts);
SignatureHelp\AbstractSignatureHelpProvider.cs (2)
198if (info.TypesParts.Count > 0) 205structuralTypeParts.AddRange(info.TypesParts);