4 references to CacheSize
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.ClassifiedLineCache.cs (4)
47private 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 159Contract.ThrowIfTrue(_lruList.Count > CacheSize); 165if (_lruList.Count < CacheSize)