2 instantiations of StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (2)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
72return new StructuralTypeDisplayInfo( 120return new StructuralTypeDisplayInfo(structuralTypeToName, typeParts);
6 references to StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (6)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
64public StructuralTypeDisplayInfo GetTypeDisplayInfo( 117typeParts = StructuralTypeDisplayInfo.ReplaceStructuralTypes(
LanguageServices\AnonymousTypeDisplayService\IStructuralTypeDisplayService.cs (1)
12StructuralTypeDisplayInfo GetTypeDisplayInfo(
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AnonymousTypes.cs (1)
32var info = _structuralTypeDisplayService.GetTypeDisplayInfo(
SignatureHelp\AbstractSignatureHelpProvider.cs (2)
194var info = structuralTypeDisplayService.GetTypeDisplayInfo( 230StructuralTypeDisplayInfo info,