1 instantiation of StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
117
return new
StructuralTypeDisplayInfo
(structuralTypeToName, typeParts);
6 references to StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (6)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
61
public
StructuralTypeDisplayInfo
GetTypeDisplayInfo(
114
typeParts =
StructuralTypeDisplayInfo
.ReplaceStructuralTypes(
LanguageServices\AnonymousTypeDisplayService\IStructuralTypeDisplayService.cs (1)
12
StructuralTypeDisplayInfo
GetTypeDisplayInfo(
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AnonymousTypes.cs (1)
32
var
info = LanguageServices.GetRequiredService<IStructuralTypeDisplayService>().GetTypeDisplayInfo(
SignatureHelp\AbstractSignatureHelpProvider.cs (2)
194
var
info = structuralTypeDisplayService.GetTypeDisplayInfo(
230
StructuralTypeDisplayInfo
info,