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