8 references to test
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Utilities\ValueSetTests.cs (8)
256test(int.MinValue); 257if (i1 != int.MinValue) test(i1 - 1); 258test(i1); 259test(i1 + 1); 260test(int.MaxValue); 261if (i2 != int.MinValue) test(i2 - 1); 262test(i2); 263test(i2 + 1);