4 references to Count
System.Linq.Parallel (4)
System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs (2)
310
if (_producerHeap.
Count
== 0)
344
return _producerHeap.
Count
> 0;
System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs (2)
257
return _sharedIndices.
Count
== 0
268
if (_sharedIndices.
Count
< _count)