5 references to DefaultSecretUInt64_1
Microsoft.AspNetCore.Razor.Utilities.Shared (5)
Utilities\Hashing\XxHash128.cs (4)
270const uint SecretXorH = (unchecked((uint)DefaultSecretUInt64_1) ^ (uint)(DefaultSecretUInt64_1 >> 32)); 351Mix32Bytes(ref accLow, ref accHigh, source, source + length - 16, DefaultSecretUInt64_0, DefaultSecretUInt64_1, DefaultSecretUInt64_2, DefaultSecretUInt64_3, seed); 365Mix32Bytes(ref accLow, ref accHigh, source + (32 * 0), source + (32 * 0) + 16, DefaultSecretUInt64_0, DefaultSecretUInt64_1, DefaultSecretUInt64_2, DefaultSecretUInt64_3, seed);
Utilities\Hashing\XxHashShared.cs (1)
128Debug.Assert(ReadLE64(defaultSecretUInt64[1]) == DefaultSecretUInt64_1);