6 references to State
Microsoft.AspNetCore.Razor.Utilities.Shared (6)
Utilities\Hashing\XxHash128.cs (1)
33private State _state;
Utilities\Hashing\XxHashShared.cs (5)
164public static void Initialize(ref State state, ulong seed) 183public static void Reset(ref State state) 248public static void Append(ref State state, ReadOnlySpan<byte> source) 340public static void CopyAccumulators(ref State state, ulong* accumulators) 368public static void DigestLong(ref State state, ulong* accumulators, byte* secret)