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);
31
add =>
_tagSource
.TagsChanged += value;
32
remove =>
_tagSource
.TagsChanged -= value;
36
=>
_tagSource
.OnTaggerDisposed(this);
39
=>
_tagSource
.AddTags(spans, tags);