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