1 write to Low64
Microsoft.CodeAnalysis (1)
Hashing\XxHash128.cs (1)
447
Low64
= low64;
4 references to Low64
Microsoft.CodeAnalysis (4)
Hashing\XxHash128.cs (4)
129
return new UInt128(hash.High64, hash.
Low64
);
214
return new UInt128(current.High64, current.
Low64
);
221
ulong low = hash.
Low64
;
439
[DebuggerDisplay("Low64 = {" + nameof(
Low64
) + "}, High64 = {" + nameof(High64) + "}")]