2 writes to _tagComputer
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (2)
20
_tagComputer
= tagComputer;
43
_tagComputer
= null;
6 references to _tagComputer
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (6)
21
_tagComputer
.TagsChanged += OnTagsChanged;
28
if (
_tagComputer
== null)
31
return
_tagComputer
.GetTags(spans);
39
if (
_tagComputer
!= null)
41
_tagComputer
.TagsChanged -= OnTagsChanged;
42
_tagComputer
.DecrementReferenceCount();