1 write to _takeOrSkipOp
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
359
_takeOrSkipOp
= takeOrSkipOp;
5 references to _takeOrSkipOp
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (5)
375
if (
_takeOrSkipOp
._take)
377
return Math.Min(_childCount,
_takeOrSkipOp
._count);
381
return Math.Max(_childCount -
_takeOrSkipOp
._count, 0);
392
if (
_takeOrSkipOp
._take)
398
return _childQueryResults.GetElement(
_takeOrSkipOp
._count + index);