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