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