1 instantiation of KeywordHighlightTag
Microsoft.CodeAnalysis.EditorFeatures (1)
KeywordHighlighting\KeywordHighlightTag.cs (1)
15public 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) 61TaggerContext<KeywordHighlightTag> context, DocumentSnapshotSpan documentSnapshotSpan, int? caretPosition, CancellationToken cancellationToken) 110context.AddTag(new TagSpan<KeywordHighlightTag>(span.ToSnapshotSpan(snapshot), KeywordHighlightTag.Instance)); 115protected override bool TagEquals(KeywordHighlightTag tag1, KeywordHighlightTag tag2)
KeywordHighlighting\KeywordHighlightTag.cs (1)
15public static readonly KeywordHighlightTag Instance = new();