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