3 references to MaxPooledArraySize
Microsoft.CodeAnalysis.CodeStyle (3)
EditDistance.cs (3)
651private static readonly SimplePool<T[]> s_pool = new(() => new T[MaxPooledArraySize]); 655if (size <= MaxPooledArraySize) 667if (array.Length <= MaxPooledArraySize)