Implemented interface member:
1 override of TagsChanged
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs (1)
29public override event EventHandler<SnapshotSpanEventArgs>? TagsChanged
5 references to TagsChanged
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineHints\InlineHintsTagger.cs (2)
60_underlyingTagger.TagsChanged += OnTagsChanged; 73_underlyingTagger.TagsChanged -= OnTagsChanged;
Tagging\AggregateTagger.cs (2)
39tagger.TagsChanged += value; 45tagger.TagsChanged -= value;
Tagging\EfficientTagger.cs (1)
51=> TagsChanged?.Invoke(this, e);