1 instantiation of LastLineCache
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
99
_lastLineCache = new
LastLineCache
(taggerProvider._threadingContext);
1 reference to LastLineCache
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
76
private readonly
LastLineCache
_lastLineCache;