10 references to ContainerStart
Microsoft.CodeAnalysis.Features (10)
Common\TaggedText.cs (1)
178
TextTags.
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
56
internal const string ContainerStart = nameof(
ContainerStart
);
59
/// Indicates the end of a text container. See <see cref="
ContainerStart
"/>.
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (3)
250
Builder.Add(new TaggedText(TextTags.
ContainerStart
, "• "));
254
Builder.Add(new TaggedText(TextTags.
ContainerStart
, $"{_listStack[i].index}. "));
260
Builder.Add(new TaggedText(TextTags.
ContainerStart
, string.Empty));
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (1)
197
new TaggedText(TextTags.
ContainerStart
, " "),
QuickInfo\Presentation\TaggedTextExtensions.cs (1)
45
case TextTags.
ContainerStart
: