1 write to Tag
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
75Tag = tag ?? throw new ArgumentNullException(nameof(tag));
7 references to Tag
Microsoft.CodeAnalysis.Features (7)
Common\TaggedText.cs (2)
195var classificationTypeName = part.Tag.ToClassificationTypeName(); 210var classificationTypeName = part.Tag.ToClassificationTypeName();
Common\TextTags.cs (1)
8/// The set of well known text tags used for the <see cref="TaggedText.Tag"/> property.
QuickInfo\Presentation\TaggedTextExtensions.cs (4)
39switch (part.Tag) 66if (taggedTexts is [var head, ..] && head.Tag == TextTags.LineBreak) 93part.Tag.ToClassificationTypeName(), 103part.Tag.ToClassificationTypeName(),