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