1 write to Low64
System.IO.Hashing (1)
System\IO\Hashing\XxHash128.cs (1)
440
Low64
= low64;
4 references to Low64
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
);
214
ulong low = hash.
Low64
;
432
[DebuggerDisplay("Low64 = {" + nameof(
Low64
) + "}, High64 = {" + nameof(High64) + "}")]