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