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