1 write to _tagSource
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs (1)
25_tagSource = tagSource;
5 references to _tagSource
Microsoft.CodeAnalysis.EditorFeatures (5)
Tagging\AbstractAsynchronousTaggerProvider.Tagger.cs (5)
26_tagSource.OnTaggerAdded(this); 31add => _tagSource.TagsChanged += value; 32remove => _tagSource.TagsChanged -= value; 36=> _tagSource.OnTaggerDisposed(this); 39=> _tagSource.AddTags(spans, tags);