2 overrides of GetNormalAnonymousTypeParts
Microsoft.CodeAnalysis.CSharp.Features (1)
LanguageServices\CSharpStructuralTypeDisplayService.cs (1)
32protected override ImmutableArray<SymbolDisplayPart> GetNormalAnonymousTypeParts(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
LanguageServices\VisualBasicStructuralTypeDisplayService.vb (1)
26Protected Overrides Function GetNormalAnonymousTypeParts(
1 reference to GetNormalAnonymousTypeParts
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
28: GetNormalAnonymousTypeParts(anonymousType, semanticModel, position);