7 references to Hash128
Microsoft.CodeAnalysis.Workspaces (7)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (7)
191current = new Hash128( 253return new Hash128(XxHash64.Avalanche(seed ^ BitFlipL), XxHash64.Avalanche(seed ^ BitFlipH)); 278return new Hash128(XxHash64.Avalanche(keyedLo), XxHash64.Avalanche(keyedHi)); 304return new Hash128(m128Low, m128High); 331return new Hash128(h128Low, h128High); 412return new Hash128( 427return new Hash128(h128Low, h128High);