2 overrides of TryGetValue
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
439public override bool TryGetValue(THashKey key, ref HashLookupValueList<IEnumerable<TElement>, TOrderKey> value)
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
276public override bool TryGetValue(THashKey key, ref HashLookupValueList<TElement, TOrderKey> value)
1 reference to TryGetValue
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (1)
134if (mutables._rightHashLookup.TryGetValue(leftHashKey, ref matchValue))