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