3 references to _tagComputers
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (3)
55if (!_tagComputers.TryGetValue(buffer, out var tagComputer)) 58_tagComputers.Add(buffer, tagComputer); 74=> _tagComputers.Remove(buffer);