3 references to TagsChanged
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs (2)
31add => _tagSource.TagsChanged += value; 32remove => _tagSource.TagsChanged -= value;
Tagging\AbstractAsynchronousTaggerProvider.TagSource_TagsChanged.cs (1)
47var tagsChanged = this.TagsChanged;