1 reference to ByteBufferCount
Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\ObjectPools\SharedPools.cs (1)
56
public static readonly ObjectPool<byte[]> ByteArray = new(() => new byte[ByteBufferSize],
ByteBufferCount
);