1 write to Low64
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
Utilities\Hashing\XxHash128.cs (1)
445
Low64
= low64;
4 references to Low64
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
);
219
ulong low = hash.
Low64
;
437
[DebuggerDisplay("Low64 = {" + nameof(
Low64
) + "}, High64 = {" + nameof(High64) + "}")]