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; 28if (_tagComputer == null) 31return _tagComputer.GetTags(spans); 39if (_tagComputer != null) 41_tagComputer.TagsChanged -= OnTagsChanged; 42_tagComputer.DecrementReferenceCount();