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