10 references to ContainerStart
Microsoft.CodeAnalysis.Features (10)
Common\TaggedText.cs (1)
178TextTags.ContainerStart or TextTags.ContainerEnd or TextTags.CodeBlockStart or TextTags.CodeBlockEnd => ClassificationTypeNames.WhiteSpace,
Common\TextTags.cs (4)
50/// Indicates the start of a text container. The elements after <see cref="ContainerStart"/> through (but not 52/// as an inline element relative to surrounding elements. The text of the <see cref="ContainerStart"/> element 56internal const string ContainerStart = nameof(ContainerStart); 59/// Indicates the end of a text container. See <see cref="ContainerStart"/>.
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (3)
250Builder.Add(new TaggedText(TextTags.ContainerStart, "• ")); 254Builder.Add(new TaggedText(TextTags.ContainerStart, $"{_listStack[i].index}. ")); 260Builder.Add(new TaggedText(TextTags.ContainerStart, string.Empty));
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (1)
197new TaggedText(TextTags.ContainerStart, " "),
QuickInfo\Presentation\TaggedTextExtensions.cs (1)
45case TextTags.ContainerStart: