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