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