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