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