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