6 references to State
Microsoft.CodeAnalysis.CodeStyle (6)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (1)
35private State _state;
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (5)
165public static void Initialize(ref State state, ulong seed) 184public static void Reset(ref State state) 249public static void Append(ref State state, ReadOnlySpan<byte> source) 341public static void CopyAccumulators(ref State state, ulong* accumulators) 369public static void DigestLong(ref State state, ulong* accumulators, byte* secret)