<PackageReference Include="System.Text.Json" Version="10.0.0-rc.2.25502.107" />

System.Collections.HashHelpers

static class HashHelpers
namespace System.Collections { internal static class HashHelpers { public static bool IsPrime(int candidate); public static int GetPrime(int min); public static int ExpandPrime(int oldSize); public static ulong GetFastModMultiplier(uint divisor); public static uint FastMod(uint value, uint divisor, ulong multiplier); } }