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