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