2 overrides of GetListQuery
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
451
internal override IReadOnlyList<T>
GetListQuery
<T>(ImmutableSegmentedList<T> list)
Collections\ImmutableSegmentedListTest.cs (1)
876
internal override IReadOnlyList<T>
GetListQuery
<T>(ImmutableSegmentedList<T> list)
3 references to GetListQuery
Microsoft.CodeAnalysis.UnitTests (3)
Collections\ImmutableListTestBase.cs (3)
77
((ICollection)this.
GetListQuery
(ImmutableSegmentedList<int>.Empty)).CopyTo(array, 0);
107
((ICollection)
GetListQuery
(list)).CopyTo(array, 0);
562
IList testedList = (IList)this.
GetListQuery
(ImmutableSegmentedList.Create(item));