6 references to Exists_Verify
Microsoft.CodeAnalysis.UnitTests (6)
Collections\List\SegmentedList.Generic.Tests.Misc.cs (6)
915
intDriver.
Exists_Verify
(new int[0]);
916
intDriver.
Exists_Verify
(new int[] { 1 });
917
intDriver.
Exists_Verify
(intArray);
919
stringDriver.
Exists_Verify
(new string[0]);
920
stringDriver.
Exists_Verify
(new string[] { "1" });
921
stringDriver.
Exists_Verify
(stringArray);