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