2 references to TestCases
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
XxHash128Tests.cs (2)
34
foreach ((ulong HashHigh, ulong HashLow, long Seed, string Ascii) test in
TestCases
())
89
foreach ((ulong HashHigh, ulong HashLow, long Seed, string Ascii) test in
TestCases
().OrderBy(t => t.Seed))