4 references to CacheSize
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.ClassifiedLineCache.cs (4)
46
private static readonly ObjectPool<SegmentedList<ClassifiedSpan>> s_classifiedSpanListPool = new(() => new(),
CacheSize
);
73
/// When we reach <see cref="
CacheSize
"/> we will start removing from the front. Items in the middle that are
158
Contract.ThrowIfTrue(_lruList.Count >
CacheSize
);
164
if (_lruList.Count <
CacheSize
)