1 implementation of GetTypeDisplayInfo
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
62
public StructuralTypeDisplayInfo
GetTypeDisplayInfo
(
2 references to GetTypeDisplayInfo
Microsoft.CodeAnalysis.Features (2)
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AnonymousTypes.cs (1)
33
var info = LanguageServices.GetRequiredService<IStructuralTypeDisplayService>().
GetTypeDisplayInfo
(
SignatureHelp\AbstractSignatureHelpProvider.cs (1)
195
var info = structuralTypeDisplayService.
GetTypeDisplayInfo
(