6 references to OnTagsChanged
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (2)
22_tagComputer.TagsChanged += OnTagsChanged; 37_tagComputer.TagsChanged -= OnTagsChanged;
InlineHints\InlineHintsTagger.cs (4)
60_underlyingTagger.TagsChanged += OnTagsChanged; 73_underlyingTagger.TagsChanged -= OnTagsChanged; 86OnTagsChanged(this, new SnapshotSpanEventArgs(_subjectBuffer.CurrentSnapshot.GetFullSpan())); 94OnTagsChanged(this, new SnapshotSpanEventArgs(_subjectBuffer.CurrentSnapshot.GetFullSpan()));