5 references to TagsChanged
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Classification\SyntacticTaggerTests.cs (2)
61
tagComputer.
TagsChanged
+= (s, e) =>
119
tagComputer.
TagsChanged
+= (s, e) =>
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
299
this.
TagsChanged
?.Invoke(this, new SnapshotSpanEventArgs(changedSpan));
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (2)
21
_tagComputer.
TagsChanged
+= OnTagsChanged;
41
_tagComputer.
TagsChanged
-= OnTagsChanged;