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