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