9 references to ContainerEnd
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\Helpers.cs (2)
94else if (part.Tag == TextTags.ContainerEnd) 101or TextTags.ContainerEnd)
Microsoft.CodeAnalysis.Features (7)
Common\TaggedText.cs (1)
243case TextTags.ContainerEnd:
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)
145Builder.Add(new TaggedText(TextTags.ContainerEnd, string.Empty)); 162Builder.Add(new TaggedText(TextTags.ContainerEnd, string.Empty));
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (2)
221builder.Add(new TaggedText(TextTags.ContainerEnd, string.Empty)); 237builder.Add(new TaggedText(TextTags.ContainerEnd, string.Empty));