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)
69public XxHash32 Clone() => new(_seed, _state, _holdback, _length); 100_state.ProcessStripe(_holdback); 115_state.ProcessStripe(source); 151return _state.Complete(_length, remaining);