1 write to High64
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Hashing\XxHash128.cs (1)
446
High64
= high64;
4 references to High64
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Hashing\XxHash128.cs (4)
127
return new UInt128(hash.
High64
, hash.Low64);
212
return new UInt128(current.
High64
, current.Low64);
220
ulong high = hash.
High64
;
437
[DebuggerDisplay("Low64 = {" + nameof(Low64) + "}, High64 = {" + nameof(
High64
) + "}")]