3 references to PooledArraySize
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EditDistance.cs (3)
53private static readonly ObjectPool<char[]> s_pool = new ObjectPool<char[]>(() => new char[PooledArraySize]); 57var array = text.Length <= PooledArraySize 74if (_sourceLowerCaseCharacters.Length == PooledArraySize)