2 instantiations of StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.Features (2)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (2)
70
return new
StructuralTypeDisplayInfo
(
118
return new
StructuralTypeDisplayInfo
(structuralTypeToName, typeParts);
18 references to StructuralTypeDisplayInfo
Microsoft.CodeAnalysis.CSharp.Features (1)
LanguageServices\CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs (1)
252
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)
166
var
typeDisplayInfo = GetStructuralTypeDisplayInfo(firstSymbol);
253
StructuralTypeDisplayInfo
typeDisplayInfo)
293
StructuralTypeDisplayInfo
typeDisplayInfo)
317
protected abstract void AddCaptures(SemanticModel semanticModel, ISymbol symbol,
StructuralTypeDisplayInfo
displayInfo);
323
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)
195
var
info = structuralTypeDisplayService.GetTypeDisplayInfo(
231
StructuralTypeDisplayInfo
info,