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