2 writes to _hadFullStripe
System.IO.Hashing (2)
System\IO\Hashing\XxHash64.State.cs (2)
45
_hadFullStripe
= false;
58
_hadFullStripe
= true;
1 reference to _hadFullStripe
System.IO.Hashing (1)
System\IO\Hashing\XxHash64.State.cs (1)
106
ulong acc =
_hadFullStripe
? Converge() : _smallAcc;