6 writes to _length
System.IO.Hashing (6)
System\IO\Hashing\XxHash32.cs (6)
64
_length
= length;
77
_length
= 0;
103
_length
+= remain;
108
_length
+= source.Length;
117
_length
+= StripeSize;
124
_length
+= source.Length;
4 references to _length
System.IO.Hashing (4)
System\IO\Hashing\XxHash32.cs (4)
69
public XxHash32 Clone() => new(_seed, _state, _holdback,
_length
);
91
int held =
_length
& 0x0F;
143
int remainingLength =
_length
& 0x0F;
151
return _state.Complete(
_length
, remaining);