1 write to _orderComparer
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
452
_orderComparer
= orderComparer;
4 references to _orderComparer
System.Linq.Parallel (4)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (4)
570
if (
_orderComparer
.Compare(sourceOrderKey, currentValue._orderKey) < 0)
577
currentValue = new GroupKeyData(sourceOrderKey, key.Value,
_orderComparer
);
645
if (
_orderComparer
.Compare(sourceOrderKey, currentValue._orderKey) < 0)
652
currentValue = new GroupKeyData(sourceOrderKey, key.Value,
_orderComparer
);