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