4 references to XxHashShared
Microsoft.CodeAnalysis (4)
Hashing\XxHash128.cs (3)
18
using static System.IO.Hashing.
XxHashShared
;
160
XxHashShared
.Reset(ref _state);
167
XxHashShared
.Append(ref _state, source);
Hashing\XxHash64.State.cs (1)
9
using static System.IO.Hashing.
XxHashShared
;