3 references to Hash
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
XxHash128Tests.cs (2)
22Assert.Throws<ArgumentNullException>("source", () => XxHash128.Hash(null)); 43Assert.Equal(expectedHash128, ReadHashBigEndian(XxHash128.Hash(input)));
Roslyn.VisualStudio.Next.UnitTests (1)
UnifiedSettings\UnifiedSettingsTests.cs (1)
283var expectedTags = BitConverter.ToInt64([.. XxHash128.Hash(fileBytes).Take(8)], 0).ToString("X16");