2 references to HashToUInt128
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
XxHash128Tests.cs (2)
51
Assert.Equal(new UInt128(test.HashHigh, test.HashLow), XxHash128.
HashToUInt128
(input, test.Seed));
119
Assert.Equal(XxHash128.
HashToUInt128
(asciiBytes.AsSpan(0, processed), test.Seed), hash.GetCurrentHashAsUInt128());