3 references to TagsChanged
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
351this.TagsChanged?.Invoke(this, new SnapshotSpanEventArgs(changedSpan));
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (2)
22_tagComputer.TagsChanged += OnTagsChanged; 37_tagComputer.TagsChanged -= OnTagsChanged;