2 instantiations of 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);
13 references to HashLookupValueList
System.Linq.Parallel (13)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
439
public override bool TryGetValue(THashKey key, ref
HashLookupValueList
<IEnumerable<TElement>, TOrderKey> value)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (3)
126
HashLookupValueList
<TRightInput, TRightKey> matchValue = default(
HashLookupValueList
<TRightInput, TRightKey>);
316
public abstract bool TryGetValue(THashKey key, ref
HashLookupValueList
<TElement, TOrderKey> value);
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (9)
209
HashLookup<THashKey,
HashLookupValueList
<TElement, TOrderKey>> lookup =
210
new HashLookup<THashKey,
HashLookupValueList
<TElement, TOrderKey>>(_keyComparer);
230
private readonly HashLookup<THashKey,
HashLookupValueList
<TElement, TOrderKey>> _base;
232
public JoinBaseHashBuilder(HashLookup<THashKey,
HashLookupValueList
<TElement, TOrderKey>> baseLookup)
241
HashLookupValueList
<TElement, TOrderKey> currentValue = default(
HashLookupValueList
<TElement, TOrderKey>);
267
private readonly HashLookup<THashKey,
HashLookupValueList
<TElement, TOrderKey>> _base;
269
internal JoinHashLookup(HashLookup<THashKey,
HashLookupValueList
<TElement, TOrderKey>> baseLookup)
276
public override bool TryGetValue(THashKey key, ref
HashLookupValueList
<TElement, TOrderKey> value)