1 instantiation of GrowingArray
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\Sorting.cs (1)
232
keys ??= new
GrowingArray
<TKey>();
9 references to GrowingArray
System.Linq.Parallel (9)
System\Linq\Parallel\Utils\Sorting.cs (9)
44
private readonly
GrowingArray
<TKey>[] _sharedKeys; // Shared keys with which to compare elements.
60
GrowingArray
<TKey>[] sharedkeys, TInputOutput[][] sharedValues, Barrier[][] sharedBarriers)
118
GrowingArray
<TKey>[] sharedKeys = new
GrowingArray
<TKey>[degreeOfParallelism];
189
GrowingArray
<TKey>? sourceKeys = null;
220
private void BuildKeysFromSource(ref
GrowingArray
<TKey>? keys, ref List<TInputOutput>? values)
265
private void QuickSortIndicesInPlace(
GrowingArray
<TKey> keys, List<TInputOutput> values, OrdinalIndexState ordinalIndexState)
375
GrowingArray
<TKey> myKeys = _sharedKeys[_partitionIndex];
496
GrowingArray
<TKey> mergedKeys = _sharedKeys[partnerIndex];