1 write to _count
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (1)
197
_count
= _childQueryResults.ElementsCount;
5 references to _count
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs (5)
209
Debug.Assert(
_count
>= 0);
210
return
_count
;
216
Debug.Assert(
_count
>= 0);
218
Debug.Assert(index <
_count
);
220
return _childQueryResults.GetElement(
_count
- index - 1);