1 implementation of GetAnonymousTypeParts
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
25public ImmutableArray<SymbolDisplayPart> GetAnonymousTypeParts(INamedTypeSymbol anonymousType, SemanticModel semanticModel, int position)
1 reference to GetAnonymousTypeParts
Microsoft.CodeAnalysis.Features (1)
InlineHints\AbstractInlineTypeHintsService.cs (1)
108var anonymousParts = anonymousTypeService.GetAnonymousTypeParts(anonymousType, semanticModel, position);