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