5 writes to _state
System.IO.Hashing (5)
System\IO\Hashing\XxHash3.cs (5)
37
Initialize(ref
_state
, (ulong)seed);
151
XxHashShared.Reset(ref
_state
);
158
XxHashShared.Append(ref
_state
, source);
180
CopyAccumulators(ref
_state
, accumulators);
184
DigestLong(ref
_state
, accumulators, secret);
6 references to _state
System.IO.Hashing (6)
System\IO\Hashing\XxHash3.cs (6)
176
if (
_state
.TotalLength > MidSizeMaxBytes)
182
fixed (byte* secret =
_state
.Secret)
185
current = MergeAccumulators(accumulators, secret + SecretMergeAccsStartBytes,
_state
.TotalLength * Prime64_1);
190
fixed (byte* buffer =
_state
.Buffer)
192
current = HashToUInt64(new ReadOnlySpan<byte>(buffer, (int)
_state
.TotalLength), (long)
_state
.Seed);