2 writes to _lastProcessedData
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
196_lastProcessedData = default; 294_lastProcessedData = (currentSnapshot, currentDocument, currentRoot);
1 reference to _lastProcessedData
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
341return _lastProcessedData;