2 writes to _state
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.cs (2)
59
_state
= state;
76
_state
= new State(_seed);
4 references to _state
System.IO.Hashing (4)
System\IO\Hashing\XxHash32.cs (4)
69
public XxHash32 Clone() => new(_seed,
_state
, _holdback, _length);
100
_state
.ProcessStripe(_holdback);
115
_state
.ProcessStripe(source);
151
return
_state
.Complete(_length, remaining);