3 writes to _orderKey
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
519
_orderKey
= orderKey;
572
currentValue.
_orderKey
= sourceOrderKey;
647
currentValue.
_orderKey
= sourceOrderKey;
3 references to _orderKey
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
486
currentKey = value.
_orderKey
;
570
if (_orderComparer.Compare(sourceOrderKey, currentValue.
_orderKey
) < 0)
645
if (_orderComparer.Compare(sourceOrderKey, currentValue.
_orderKey
) < 0)