1 instantiation of StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (1)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
118return new StructuralTypeDisplayInfo(structuralTypeToName, typeParts);
6 references to StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (6)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
62public StructuralTypeDisplayInfo GetTypeDisplayInfo( 115typeParts = 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)
195var info = structuralTypeDisplayService.GetTypeDisplayInfo( 231StructuralTypeDisplayInfo info,