7 references to InternalArray
System.Core (7)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
778TElement[] valueArray = m_values.InternalArray; 813m_orderKeys.InternalArray, m_values.InternalArray,
System\Linq\Parallel\Utils\Sorting.cs (4)
290QuickSort(0, indices.Length - 1, keys.InternalArray, indices, m_groupState.CancellationState.MergedCancellationToken); 381TKey[] myKeysArr = myKeys.InternalArray; 401TKey[] rightKeys = m_sharedKeys[partnerIndex].InternalArray; 494TKey[] leftKeys = m_sharedKeys[m_partitionIndex].InternalArray;