4 references to ToArray
System.Collections (4)
System\Collections\Generic\PriorityQueue.cs (1)
160_nodes = EnumerableHelpers.ToArray(items, out _size);
System\Collections\Generic\SortedSet.cs (2)
104T[] elements = EnumerableHelpers.ToArray(collection, out count); 1131T[] elements = EnumerableHelpers.ToArray(other, out length);
System\Collections\Generic\Stack.cs (1)
54_array = EnumerableHelpers.ToArray(collection, out _size);