4 references to DefaultSecretUInt64_2
Microsoft.CodeAnalysis.CodeStyle (4)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (3)
291
ulong bitflip = (
DefaultSecretUInt64_2
^ DefaultSecretUInt64_3) + seed;
353
Mix32Bytes(ref accLow, ref accHigh, source, source + length - 16, DefaultSecretUInt64_0, DefaultSecretUInt64_1,
DefaultSecretUInt64_2
, DefaultSecretUInt64_3, seed);
367
Mix32Bytes(ref accLow, ref accHigh, source + (32 * 0), source + (32 * 0) + 16, DefaultSecretUInt64_0, DefaultSecretUInt64_1,
DefaultSecretUInt64_2
, DefaultSecretUInt64_3, seed);
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (1)
130
Debug.Assert(ReadLE64(defaultSecretUInt64[2]) ==
DefaultSecretUInt64_2
);