2 writes to _lastCachedServices
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
153
_lastCachedServices
= lastCachedServices;
237
_lastCachedServices
= null;
1 reference to _lastCachedServices
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
140
var lastCachedServices =
_lastCachedServices
;