2 writes to _acc1
System.IO.Hashing (2)
System\IO\Hashing\XxHash64.State.cs (2)
39_acc1 = seed + unchecked(Prime64_1 + Prime64_2); 53_acc1 = ApplyRound(_acc1, source);
3 references to _acc1
System.IO.Hashing (3)
System\IO\Hashing\XxHash64.State.cs (3)
53_acc1 = ApplyRound(_acc1, source); 73BitOperations.RotateLeft(_acc1, 1) + 78acc = MergeAccumulator(acc, _acc1);