4 types derived from SegmentedList_Generic_Tests
Microsoft.CodeAnalysis.UnitTests (4)
Collections\List\SegmentedList.Generic.cs (4)
17public class SegmentedList_Generic_Tests_string : SegmentedList_Generic_Tests<string> 29public class SegmentedList_Generic_Tests_int : SegmentedList_Generic_Tests<int> 38public class SegmentedList_Generic_Tests_string_ReadOnly : SegmentedList_Generic_Tests<string> 64public class SegmentedList_Generic_Tests_int_ReadOnly : SegmentedList_Generic_Tests<int>