1 instantiation of KeywordHighlightTag
Microsoft.CodeAnalysis.EditorFeatures (1)
KeywordHighlighting\KeywordHighlightTag.cs (1)
15
public static readonly KeywordHighlightTag Instance =
new
();
8 references to KeywordHighlightTag
Microsoft.CodeAnalysis.EditorFeatures (8)
KeywordHighlighting\HighlighterViewTaggerProvider.cs (7)
31
[TagType(typeof(
KeywordHighlightTag
))]
38
: AsynchronousViewTaggerProvider<
KeywordHighlightTag
>(taggerHost, FeatureAttribute.KeywordHighlighting)
61
TaggerContext<
KeywordHighlightTag
> context, DocumentSnapshotSpan documentSnapshotSpan, int? caretPosition, CancellationToken cancellationToken)
110
context.AddTag(new TagSpan<
KeywordHighlightTag
>(span.ToSnapshotSpan(snapshot),
KeywordHighlightTag
.Instance));
115
protected override bool TagEquals(
KeywordHighlightTag
tag1,
KeywordHighlightTag
tag2)
KeywordHighlighting\KeywordHighlightTag.cs (1)
15
public static readonly
KeywordHighlightTag
Instance = new();