6 references to ConstructRootFromSortedArray
System.Collections (6)
System\Collections\Generic\SortedSet.cs (6)
124root = ConstructRootFromSortedArray(elements, 0, count - 1, null); 910root = ConstructRootFromSortedArray(merged, 0, c - 1, null); 975root.Left = ConstructRootFromSortedArray(arr, startIndex, midpt - 1, redNode); 977ConstructRootFromSortedArray(arr, midpt + 2, endIndex, new Node(arr[midpt + 1], NodeColor.Red)) : 978ConstructRootFromSortedArray(arr, midpt + 1, endIndex, null); 1039root = ConstructRootFromSortedArray(merged, 0, c - 1, null);