7 references to Add
System.Core (7)
System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs (1)
244
buffer.
Add
(new Pair<TInputOutput, THashKey>(element, elementHashKey));
System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs (2)
257
buffer.
Add
(new Pair<TInputOutput, THashKey>(element, elementHashKey));
258
keyBuffer.
Add
(key);
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
144
currentValue.Second.
Add
(rightElement);
159
currentValue.Second.
Add
(rightElement);
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
356
currentValue.
Add
(sourceElement.First);
420
currentValue.
Add
(m_elementSelector(sourceElement.First));