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