3 implementations of Add
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
255public bool Add(THashKey hashKey, TElement element, TOrderKey orderKey) 360public bool Add(THashKey hashKey, TElement element, TOrderKey orderKey)
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
239public bool Add(THashKey hashKey, TElement element, TOrderKey orderKey)
1 reference to Add
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
266if (baseHashBuilder.Add(hashKey, element, orderKey))