1 write to High64
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (1)
448
High64
= high64;
4 references to High64
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\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
) + "}")]