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