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