4 references to XxHashShared
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Hashing\XxHash128.cs (3)
16
using static System.IO.Hashing.
XxHashShared
;
158
XxHashShared
.Reset(ref _state);
165
XxHashShared
.Append(ref _state, source);
Utilities\Hashing\XxHash64.State.cs (1)
11
using static System.IO.Hashing.
XxHashShared
;