2 instantiations of StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (2)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
70return new StructuralTypeDisplayInfo( 118return new StructuralTypeDisplayInfo(structuralTypeToName, typeParts);
18 references to StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.CSharp.Features (1)
LanguageServices\CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs (1)
252protected override void AddCaptures(SemanticModel semanticModel, ISymbol symbol, StructuralTypeDisplayInfo typeDisplayInfo)
Microsoft.CodeAnalysis.Features (17)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (3)
86internal StructuralTypeDisplayInfo TypeDisplayInfo { get; set; } 291StructuralTypeDisplayInfo typeDisplayInfo, 514string crefValue, int position, SemanticModel semanticModel, StructuralTypeDisplayInfo typeDisplayInfo, SymbolDisplayFormat format = null, SymbolDisplayPartKind kind = SymbolDisplayPartKind.Text)
DocumentationComments\IDocumentationCommentFormattingService.cs (1)
17SymbolDisplayFormat format, StructuralTypeDisplayInfo typeDisplayInfo, CancellationToken cancellationToken);
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
62public StructuralTypeDisplayInfo GetTypeDisplayInfo( 115typeParts = StructuralTypeDisplayInfo.ReplaceStructuralTypes(
LanguageServices\AnonymousTypeDisplayService\IStructuralTypeDisplayService.cs (1)
12StructuralTypeDisplayInfo GetTypeDisplayInfo(
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (5)
166var typeDisplayInfo = GetStructuralTypeDisplayInfo(firstSymbol); 253StructuralTypeDisplayInfo typeDisplayInfo) 293StructuralTypeDisplayInfo typeDisplayInfo) 317protected abstract void AddCaptures(SemanticModel semanticModel, ISymbol symbol, StructuralTypeDisplayInfo displayInfo); 323protected void AddCaptures(SemanticModel semanticModel, SyntaxNode syntax, StructuralTypeDisplayInfo displayInfo)
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AnonymousTypes.cs (3)
16private StructuralTypeDisplayInfo GetStructuralTypeDisplayInfo(ISymbol firstSymbol) 30var info = LanguageServices.GetRequiredService<IStructuralTypeDisplayService>().GetTypeDisplayInfo( 36private void FixAllStructuralTypes(StructuralTypeDisplayInfo typeDisplayInfo)
SignatureHelp\AbstractSignatureHelpProvider.cs (2)
195var info = structuralTypeDisplayService.GetTypeDisplayInfo( 231StructuralTypeDisplayInfo info,