1 write to High64
System.IO.Hashing (1)
System\IO\Hashing\XxHash128.cs (1)
441
High64
= high64;
4 references to High64
System.IO.Hashing (4)
System\IO\Hashing\XxHash128.cs (4)
122
return new UInt128(hash.
High64
, hash.Low64);
207
return new UInt128(current.
High64
, current.Low64);
215
ulong high = hash.
High64
;
432
[DebuggerDisplay("Low64 = {" + nameof(Low64) + "}, High64 = {" + nameof(
High64
) + "}")]