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