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