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