1 write to Tag
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
75
Tag
= tag ?? throw new ArgumentNullException(nameof(tag));
7 references to Tag
Microsoft.CodeAnalysis.Features (7)
Common\TaggedText.cs (2)
195
var classificationTypeName = part.
Tag
.ToClassificationTypeName();
210
var 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)
39
switch (part.
Tag
)
66
if (taggedTexts is [var head, ..] && head.
Tag
== TextTags.LineBreak)
93
part.
Tag
.ToClassificationTypeName(),
103
part.
Tag
.ToClassificationTypeName(),