2 writes to _tagComputer
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (2)
21
_tagComputer
= tagComputer;
39
_tagComputer
= null;
5 references to _tagComputer
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\Syntactic\SyntacticClassificationTaggerProvider.Tagger.cs (5)
22
_tagComputer
.TagsChanged += OnTagsChanged;
29
var tagComputer =
_tagComputer
?? throw new ObjectDisposedException(GetType().FullName);
35
if (
_tagComputer
!= null)
37
_tagComputer
.TagsChanged -= OnTagsChanged;
38
_tagComputer
.DecrementReferenceCount();