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