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)
367currentValue = new GroupKeyData(orderKey, hashKey, _orderKeyComparer); 373if (_orderKeyComparer.Compare(orderKey, currentValue._orderKey) < 0)