5 references to XxHashShared
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
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;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SymbolUsageInfo.cs (1)
10using static System.IO.Hashing.XxHashShared;