1 write to TypesParts
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\StructuralTypeDisplayInfo.cs (1)
20
TypesParts
= typesParts;
4 references to TypesParts
Microsoft.CodeAnalysis.Features (4)
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AnonymousTypes.cs (2)
35
if (info.
TypesParts
.Count > 0)
36
AddToGroup(SymbolDescriptionGroups.StructuralTypes, info.
TypesParts
);
SignatureHelp\AbstractSignatureHelpProvider.cs (2)
197
if (info.
TypesParts
.Count > 0)
204
structuralTypeParts.AddRange(info.
TypesParts
);