2 writes to _lastCachedServices
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
154
_lastCachedServices
= lastCachedServices;
238
_lastCachedServices
= null;
1 reference to _lastCachedServices
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
141
var lastCachedServices =
_lastCachedServices
;