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)
367get { return _childCount >= 0; } 374Debug.Assert(_childCount >= 0); 377return Math.Min(_childCount, _takeOrSkipOp._count); 381return Math.Max(_childCount - _takeOrSkipOp._count, 0); 388Debug.Assert(_childCount >= 0);