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