1 write to Seed
System.IO.Hashing (1)
System\IO\Hashing\XxHashShared.cs (1)
162state.Seed = (ulong)seed;
2 references to Seed
System.IO.Hashing (2)
System\IO\Hashing\XxHash128.cs (1)
193current = HashToHash128(new ReadOnlySpan<byte>(buffer, (int)_state.TotalLength), (long)_state.Seed);
System\IO\Hashing\XxHash3.cs (1)
192current = HashToUInt64(new ReadOnlySpan<byte>(buffer, (int)_state.TotalLength), (long)_state.Seed);