FrozenHashTable struct FrozenHashTable Documentation Code public int Count { get; } public static FrozenHashTable Create(Span<int> hashCodes, bool hashCodesAreUnique = false) public void FindMatchingEntries(int hashCode, out int startIndex, out int endIndex)