1 write to _hashLookup
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
214
_hashLookup
= new Dictionary<Wrapper<TInputOutput>, TKey>(
4 references to _hashLookup
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (4)
227
Debug.Assert(
_hashLookup
!= null);
247
if (!
_hashLookup
.TryGetValue(wrappedElem, out oldEntry!) || _keyComparer.Compare(orderKey, oldEntry) < 0)
252
_hashLookup
[wrappedElem] = orderKey;
256
_hashLookupEnumerator =
_hashLookup
.GetEnumerator();