1 write to _orderKeyComparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
357
_orderKeyComparer
= orderKeyComparer;
2 references to _orderKeyComparer
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
367
currentValue = new GroupKeyData(orderKey, hashKey,
_orderKeyComparer
);
373
if (
_orderKeyComparer
.Compare(orderKey, currentValue._orderKey) < 0)