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; 29var tagComputer = _tagComputer ?? throw new ObjectDisposedException(GetType().FullName); 35if (_tagComputer != null) 37_tagComputer.TagsChanged -= OnTagsChanged; 38_tagComputer.DecrementReferenceCount();