<PackageReference Include="Microsoft.Extensions.Primitives" Version="11.0.0-preview.2.26159.112" />
System.Numerics.Hashing.HashHelpers
namespace System.Numerics.Hashing
{
internal static class HashHelpers
{
public static int Combine(int h1, int h2);
}
}