4 types derived from SegmentedList_Generic_Tests
Microsoft.CodeAnalysis.UnitTests (4)
Collections\List\SegmentedList.Generic.cs (4)
18public class SegmentedList_Generic_Tests_string : SegmentedList_Generic_Tests<string> 30public class SegmentedList_Generic_Tests_int : SegmentedList_Generic_Tests<int> 39public class SegmentedList_Generic_Tests_string_ReadOnly : SegmentedList_Generic_Tests<string> 67public class SegmentedList_Generic_Tests_int_ReadOnly : SegmentedList_Generic_Tests<int>