1 instantiation of ClassifiedLineCache
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
103
_lineCache = new
ClassifiedLineCache
(taggerProvider.ThreadingContext);
1 reference to ClassifiedLineCache
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
85
private readonly
ClassifiedLineCache
_lineCache;