1 implementation of IStructuralTypeDisplayService
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
14
internal abstract partial class AbstractStructuralTypeDisplayService :
IStructuralTypeDisplayService
6 references to IStructuralTypeDisplayService
Microsoft.CodeAnalysis.Features (6)
InlineHints\AbstractInlineTypeHintsService.cs (2)
50
var anonymousTypeService = document.GetRequiredLanguageService<
IStructuralTypeDisplayService
>();
93
IStructuralTypeDisplayService
anonymousTypeService,
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AnonymousTypes.cs (1)
32
var info = LanguageServices.GetRequiredService<
IStructuralTypeDisplayService
>().GetTypeDisplayInfo(
SignatureHelp\AbstractSignatureHelpProvider.cs (3)
137
IStructuralTypeDisplayService
structuralTypeDisplayService,
154
IStructuralTypeDisplayService
structuralTypeDisplayService,
171
IStructuralTypeDisplayService
structuralTypeDisplayService,