1 write to _lineCache
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
109
_lineCache
= new ClassifiedLineCache(taggerProvider.ThreadingContext);
2 references to _lineCache
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
482
if (
_lineCache
.TryUseCache(lastProcessedDocument.Id, lastProcessedDocument.Project.ParseOptions, span, classifiedSpans))
504
_lineCache
.Update(span, tempList);