7 references to ContainerEnd
Microsoft.CodeAnalysis.Features (7)
Common\TaggedText.cs (1)
178TextTags.ContainerStart or TextTags.ContainerEnd or TextTags.CodeBlockStart or TextTags.CodeBlockEnd => ClassificationTypeNames.WhiteSpace,
Common\TextTags.cs (2)
51/// including) the matching <see cref="ContainerEnd"/> are rendered in a rectangular block which is positioned 61internal const string ContainerEnd = nameof(ContainerEnd);
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
144Builder.Add(new TaggedText(TextTags.ContainerEnd, string.Empty)); 161Builder.Add(new TaggedText(TextTags.ContainerEnd, string.Empty));
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (1)
203new TaggedText(TextTags.ContainerEnd, string.Empty),
QuickInfo\Presentation\TaggedTextExtensions.cs (1)
60case TextTags.ContainerEnd: