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