2 references to PooledChecksumArraySize
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\AssetProvider.cs (2)
30private static readonly ObjectPool<Checksum[]> s_checksumPool = new(() => new Checksum[PooledChecksumArraySize], 16); 262var usePool = missingChecksumsCount <= PooledChecksumArraySize;