8 references to XxHashShared
System.IO.Hashing (8)
System\IO\Hashing\XxHash128.cs (3)
11
using static System.IO.Hashing.
XxHashShared
;
163
XxHashShared
.Reset(ref _state);
170
XxHashShared
.Append(ref _state, source);
System\IO\Hashing\XxHash3.cs (3)
10
using static System.IO.Hashing.
XxHashShared
;
161
XxHashShared
.Reset(ref _state);
168
XxHashShared
.Append(ref _state, source);
System\IO\Hashing\XxHash32.State.cs (1)
8
using static System.IO.Hashing.
XxHashShared
;
System\IO\Hashing\XxHash64.State.cs (1)
8
using static System.IO.Hashing.
XxHashShared
;