1 write to _childCount
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (1)
362
_childCount
= _childQueryResults.ElementsCount;
5 references to _childCount
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (5)
367
get { return
_childCount
>= 0; }
374
Debug.Assert(
_childCount
>= 0);
377
return Math.Min(
_childCount
, _takeOrSkipOp._count);
381
return Math.Max(
_childCount
- _takeOrSkipOp._count, 0);
388
Debug.Assert(
_childCount
>= 0);