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