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