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