1 write to Low64
System.IO.Hashing (1)
System\IO\Hashing\XxHash128.cs (1)
450
Low64
= low64;
4 references to Low64
System.IO.Hashing (4)
System\IO\Hashing\XxHash128.cs (4)
132
return new UInt128(hash.High64, hash.
Low64
);
217
return new UInt128(current.High64, current.
Low64
);
224
ulong low = hash.
Low64
;
442
[DebuggerDisplay("Low64 = {" + nameof(
Low64
) + "}, High64 = {" + nameof(High64) + "}")]