2 writes to _orderKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
375
currentValue.
_orderKey
= orderKey;
417
_orderKey
= orderKey;
2 references to _orderKey
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
373
if (_orderKeyComparer.Compare(orderKey, currentValue.
_orderKey
) < 0)
398
return new Pair<IEnumerable<TElement>, Pair<bool, TOrderKey>>(baseValue._grouping, Wrap(baseValue.
_orderKey
));