2 references to HashLookupValueList
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
442
value = new
HashLookupValueList
<IEnumerable<TElement>, TOrderKey>(valueList.First, valueList.Second);
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
244
currentValue = new
HashLookupValueList
<TElement, TOrderKey>(element, orderKey);