2 writes to _lastCachedServices
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
155
_lastCachedServices
= lastCachedServices;
239
_lastCachedServices
= null;
1 reference to _lastCachedServices
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
142
var lastCachedServices =
_lastCachedServices
;