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