8 references to Add
System.Linq.Parallel (8)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
244
buffer.
Add
(new Pair<TInputOutput, THashKey>(element, elementHashKey));
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
254
buffer.
Add
(new Pair<TInputOutput, THashKey>(element, elementHashKey));
255
keyBuffer.
Add
(key);
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
268
currentValue.
Add
(element);
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
378
_tail!.
Add
(CreatePair(value, orderKey));
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
348
currentValue.
Add
(sourceElement.First);
410
currentValue.
Add
(_elementSelector(sourceElement.First));
776
_values.
Add
(new Pair<TOrderKey, TElement>(orderKey, value));